Opened 13 years ago
Closed 13 years ago
#3620 closed Bugs (duplicate)
warnings emited when highest level warning set
Reported by: | Robert Ramey | Owned by: | Daryle Walker |
---|---|---|---|
Milestone: | Boost 1.41.0 | Component: | None |
Version: | Boost 1.40.0 | Severity: | Problem |
Keywords: | Cc: |
Description
..\..\../boost/integer_traits.hpp:164:66: warning: use of C99 long long integer constant ..\..\../boost/integer_traits.hpp:164:77: warning: use of C99 long long integer constant ..\..\../boost/integer_traits.hpp:170:70: warning: use of C99 long long integer constant ..\..\../boost/integer_traits.hpp:170:70: warning: use of C99 long long integer constant
Note: I'm not sure who to assign this to so feel free to pass it on.
The compiler is gcc 4.2.3. This warning inhibits serialization library from being used at the highest warning level.
Robert Ramey
Note:
See TracTickets
for help on using tickets.
Duplicate of #1451. Discussed in these threads: http://lists.boost.org/Archives/boost/2009/10/157436.php and http://lists.boost.org/Archives/boost/2009/11/158205.php