Changes between Initial Version and Version 1 of Ticket #7025
- Timestamp:
- May 21, 2013, 6:12:00 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7025 – Description
initial v1 1 1 If using circular in my application, GCC will report warning as: 2 3 {{{ 2 4 ../../../packages/target/libboost_1_49_0/include/boost/circular_buffer/base.hpp:386: warning: type qualifiers ignored on function return type 3 5 ../../../packages/target/libboost_1_49_0/include/boost/circular_buffer/base.hpp:424: warning: type qualifiers ignored on function return type … … 5 7 ../../../packages/target/libboost_1_49_0/include/boost/circular_buffer/base.hpp:496: warning: type qualifiers ignored on function return type 6 8 9 }}} 10 7 11 I think it's caused by the "const" decorator.