Changes between Initial Version and Version 1 of Ticket #7025


Ignore:
Timestamp:
May 21, 2013, 6:12:00 PM (9 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7025 – Description

    initial v1  
    11If using circular in my application, GCC will report warning as:
     2
     3{{{
    24../../../packages/target/libboost_1_49_0/include/boost/circular_buffer/base.hpp:386: warning: type qualifiers ignored on function return type
    35../../../packages/target/libboost_1_49_0/include/boost/circular_buffer/base.hpp:424: warning: type qualifiers ignored on function return type
     
    57../../../packages/target/libboost_1_49_0/include/boost/circular_buffer/base.hpp:496: warning: type qualifiers ignored on function return type
    68
     9}}}
     10
    711I think it's caused by the "const" decorator.