Opened 11 years ago
Closed 10 years ago
#6678 closed Bugs (invalid)
Boost 1.49 compilation warnings [FreeBSD]
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Milestone: | Boost 1.50.0 | Component: | Building Boost |
Version: | Boost 1.49.0 | Severity: | Problem |
Keywords: | Cc: | grarpamp@… |
Description
These are the compilation warnings from Boost 1.49 on this platform: FreeBSD RELENG_8 i386 gcc 4.2.2/4.6.3
warning: Graph library does not contain MPI-based parallel components. warning: skipping optional Message Passing Interface (MPI) library.
./boost/fusion/tuple/detail/preprocessed/tuple_fwd.hpp:21:7: warning: no newline at end of file ./boost/fusion/tuple/detail/preprocessed/tuple.hpp:21:7: warning: no newline at end of file ./boost/fusion/tuple/detail/preprocessed/make_tuple.hpp:21:7: warning: no newline at end of file ./boost/fusion/tuple/detail/preprocessed/tuple_tie.hpp:21:7: warning: no newline at end of file
libs/python/src/list.cpp:16: warning: dereferencing type-punned pointer will break strict-aliasing rules libs/python/src/long.cpp:12: warning: dereferencing type-punned pointer will break strict-aliasing rules libs/python/src/long.cpp:19: warning: dereferencing type-punned pointer will break strict-aliasing rules libs/python/src/long.cpp:26: warning: dereferencing type-punned pointer will break strict-aliasing rules libs/python/src/dict.cpp:32: warning: dereferencing type-punned pointer will break strict-aliasing rules libs/python/src/tuple.cpp:12: warning: dereferencing type-punned pointer will break strict-aliasing rules libs/python/src/str.cpp:16: warning: dereferencing type-punned pointer will break strict-aliasing rules libs/python/src/object/enum.cpp:150: warning: dereferencing type-punned pointer will break strict-aliasing rules libs/python/src/object/class.cpp:211: warning: dereferencing type-punned pointer will break strict-aliasing rules libs/python/src/object/class.cpp:319: warning: dereferencing type-punned pointer will break strict-aliasing rules libs/python/src/object/class.cpp:473: warning: dereferencing type-punned pointer will break strict-aliasing rules libs/python/src/object/class.cpp:621: warning: dereferencing type-punned pointer will break strict-aliasing rules libs/python/src/object/class.cpp:631: warning: dereferencing type-punned pointer will break strict-aliasing rules libs/python/src/object/function.cpp:108: warning: dereferencing type-punned pointer will break strict-aliasing rules libs/python/src/object/function.cpp:110: warning: dereferencing type-punned pointer will break strict-aliasing rules libs/python/src/object/life_support.cpp:94: warning: dereferencing type-punned pointer will break strict-aliasing rules libs/python/src/object/life_support.cpp:96: warning: dereferencing type-punned pointer will break strict-aliasing rules
./boost/test/impl/execution_monitor.ipp:165:1: warning: "ILL_ILLADR" redefined /usr/include/sys/signal.h:239:1: warning: this is the location of the previous definition ./boost/test/impl/execution_monitor.ipp:166:1: warning: "ILL_PRVOPC" redefined /usr/include/sys/signal.h:241:1: warning: this is the location of the previous definition ./boost/test/impl/execution_monitor.ipp:168:1: warning: "ILL_COPROC" redefined /usr/include/sys/signal.h:243:1: warning: this is the location of the previous definition
libs/timer/src/cpu_timer.cpp:139: warning: comparison between signed and unsigned integer expressions
./boost/chrono/detail/inlined/posix/process_cpu_clocks.hpp:218: warning: control reaches end of non-void function
Please create a ticket by component/library so that the maintainers cat take care of.