Opened 9 years ago
Closed 8 years ago
#9397 closed Bugs (fixed)
g++ 4.7 -Wundef warnings in boost/predef headers (patch attached)
Reported by: | Owned by: | René Rivera | |
---|---|---|---|
Milestone: | To Be Determined | Component: | predef USE GITHUB |
Version: | Boost 1.55.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Following are the warnings from g++ 4.7:
boost/predef/os/macos.h:34:6: warning: "BOOST_PREDEF_DETAIL_OS_DETECTED" is not defined [-Wundef]
boost/predef/os/bsd/bsdi.h:27:6: warning: "BOOST_PREDEF_DETAIL_OS_DETECTED" is not defined [-Wundef]
boost/predef/os/bsd/dragonfly.h:27:6: warning: "BOOST_PREDEF_DETAIL_OS_DETECTED" is not defined [-Wundef]
boost/predef/os/bsd/free.h:29:6: warning: "BOOST_PREDEF_DETAIL_OS_DETECTED" is not defined [-Wundef]
boost/predef/os/bsd/open.h:58:6: warning: "BOOST_PREDEF_DETAIL_OS_DETECTED" is not defined [-Wundef]
boost/predef/os/bsd/net.h:34:6: warning: "BOOST_PREDEF_DETAIL_OS_DETECTED" is not defined [-Wundef]
boost/predef/os/bsd.h:62:6: warning: "BOOST_PREDEF_DETAIL_OS_DETECTED" is not defined [-Wundef]
Attachments (1)
Change History (3)
by , 9 years ago
Attachment: | boost-predef.diffs added |
---|
comment:1 by , 9 years ago
Status: | new → assigned |
---|
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
patch to fix warnings