This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3] Avoid debu-mode, -Wall fails


Hi,

noticed when testing with CXXFLAGS="-O2 -g -Wall -D_GLIBCXX_DEBUG". The relatively more interesting one is 27_io/basic_istream/extractors_arithmetic/char/11.cc, due to an unused variable warning, which could be fixed by not using everywhere the trick of libstdc++/21674, but only when strictly necessary, for string.

Tested x86_64-linux, committed to mainline.

Paolo.

///////////////////

Attachment: CL_debug_mode_warnings.txt
Description: Text document

Attachment: patch_debug_mode_warnings.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]