Worth reporting warnings for 1.52?
I know the documentation says to expect warnings during compilation. So, are these boost 1.52 warnings worth reporting? Or are they typically tolerated? (gnu 4.7.2 C++11 enabled)
Line 27367: ./boost/regex/v4/cpp_regex_traits.hpp:1069:34: warning: narrowing conversion of '2147483648u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
Line 27372: libs\regex\build\..\src\regex.cpp:195:64: warning: narrowing conversion of '2147483648u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
Line 27403: ./boost/regex/pending/object_cache.hpp:64:37: warning: narrowing conversion of '2147483648u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
Line 27429: ./boost/regex/v4/regex_traits_defaults.hpp:329:73: warning: narrowing conversion of ''\37777777605'' from 'char' to 'const wchar_t' inside { } [-Wnarrowing]
Line 27430: ./boost/regex/v4/regex_traits_defaults.hpp:331:64: warning: narrowing conversion of ''\37777777605'' from 'char' to 'const wchar_t' inside { } [-Wnarrowing]
Line 27751: libs\thread\src\pthread\once.cpp:18:60: warning: narrowing conversion of '2147483648u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
Line 27752: libs\thread\src\pthread\once.cpp:24:47: warning: narrowing conversion of '2147483648u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
In file included from ./boost/regex/v4/regex_traits.hpp:39:0,
from ./boost/regex/regex_traits.hpp:27,
from ./boost/regex/v4/regex.hpp:39,
from ./boost/regex.hpp:31,
from libs\regex\build\..\src\winstances.cpp:30:
./boost/regex/v4/cpp_regex_traits.hpp: In instantiation of 'boost::re_detail::parser_buf
I know the documentation says to expect warnings during compilation. So, are these boost 1.52 warnings worth reporting? Or are they typically tolerated? (gnu 4.7.2 C++11 enabled)
It never hurts to report stuff, and I see the bug reports for those now, so thanks. I won't get to the warnings in my stuff right away, but I do try and fix them eventually! John.
participants (2)
-
John Maddock
-
Lemay.Steve