Opened 13 years ago
Closed 13 years ago
#3889 closed Bugs (fixed)
Integer warnings on FreeBSD and Linux
Reported by: | Daniel James | Owned by: | John Maddock |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | integer |
Version: | Boost Development Trunk | Severity: | Cosmetic |
Keywords: | Cc: |
Description
I've started getting integer warnings for platforms other than Darwin. They're in the failures for hash_fwd_test_1
, in the hash test results.
Note:
See TracTickets
for help on using tickets.
(In [59430]) Change code to check individually for the INT#_C macros before defining them - this correctly handles cases where they are partially defined by other other headers (for example ICU). Also declare this a gcc system header - seems to be the only way to really suppress the warnings - fixes #3889.