On Monday, September 22, 2014 2:53:06 PM UTC-5, Mr Flibble wrote:
> This newsgroup is very poor; it has no sausages at all!
>
Leigh, how about fixing these warnings from your
segmented_array code? I grabbed a copy of your code
a few weeks ago.
clang++ -std=c++11 -O2 -W -Wall -I. -I /usr/local/include -I/usr/local/include/boost-1_56_0_b1/boost -I /home/brian/src/segmented_array -c
zz.bigtest.cc
In file included from
zz.bigtest.cc:1:
In file included from ./zz.bigtest.hh:11:
In file included from /home/brian/src/segmented_array/segmented_array.hpp:42:
/home/brian/src/segmented_array/vecarray.hpp:55:15: warning:
'neolib::vecarray_overflow::what' hides overloaded virtual function
[-Woverloaded-virtual]
const char* what() { return "vecarray overflow"; }
^
/usr/include/c++/v1/exception:95:25: note: hidden overloaded virtual function
'std::exception::what' declared here: different qualifiers (const vs none)
virtual const char* what() const _NOEXCEPT;
^
In file included from
zz.bigtest.cc:1:
In file included from ./zz.bigtest.hh:11:
In file included from /home/brian/src/segmented_array/segmented_array.hpp:42:
/home/brian/src/segmented_array/vecarray.hpp:62:4: warning: expression result unused
[-Wunused-value]
aValid;
^~~~~~
2 warnings generated.
Brian
Ebenezer Enterprises - In G-d we trust.
http://webEbenezer.net