Opened 10 years ago

Closed 7 years ago

#7853 closed Bugs (obsolete)

Boost 1.49 compilation warnings [FreeBSD] - test

Reported by: grarpamp@… Owned by: Gennadiy Rozental
Milestone: Boost 1.59.0 Component: test
Version: Boost 1.49.0 Severity: Problem
Keywords: Cc:

Description

These are the compilation warnings from Boost 1.49 on this platform: FreeBSD RELENG_8 i386 gcc 4.2.2/4.6.3

./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

Change History (1)

comment:1 by Gennadiy Rozental, 7 years ago

Milestone: Boost 1.54.0Boost 1.59.0
Resolution: obsolete
Status: newclosed

I see these defined undef the condition #if (FreeBSD_version < 70100)

Please test against new release and if issue is still present please provide the patch.

Note: See TracTickets for help on using tickets.