Opened 9 years ago
Closed 9 years ago
#8794 closed Bugs (wontfix)
Warning messages
Reported by: | Owned by: | olli | |
---|---|---|---|
Milestone: | To Be Determined | Component: | coroutine |
Version: | Boost 1.54.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
I built Boost 1.54.0 on Fedora 18 using the command:
./b2 link=shared runtime-link=shared address-model=32|64 variant=release install
The following warning messages appeared:
libs/coroutine/src/detail/standard_stack_allocator_posix.cpp: In function ‘rlimit boost::coroutines::detail::stacksize_limit_()’: libs/coroutine/src/detail/standard_stack_allocator_posix.cpp:61:15: warning: unused variable ‘result’ [-Wunused-variable] libs/coroutine/src/detail/standard_stack_allocator_posix.cpp: In member function ‘void boost::coroutines::detail::standard_stack_allocator::allocate(boost::coroutines::stack_context&, std::size_t)’: libs/coroutine/src/detail/standard_stack_allocator_posix.cpp:135:15: warning: unused variable ‘result’ [-Wunused-variable]
Change History (2)
comment:1 by , 9 years ago
Severity: | Problem → Cosmetic |
---|
comment:2 by , 9 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |