Module Name: src Committed By: mrg Date: Mon Feb 4 09:40:54 UTC 2019
Modified Files: src/external/bsd/atf/lib/tools: Makefile Log Message: with GCC 7, apply -Wno-error=maybe-uninitialized to parser.cpp. i don't really understand how to remove this warning, someone else could though, so feel free to :-) In file included from /usr/src/external/bsd/atf/dist/tools/parser.cpp:33:0: /usr/src/external/bsd/atf/dist/tools/parser.hpp: In member function 'tools::parser::token tools::parser::tokenizer<IS>::next() [with IS = std::basic_istream<char>]': /usr/src/external/bsd/atf/dist/tools/parser.hpp:98:8: warning: '<anonymous>.tools::parser::token::m_line' may be used uninitialized in this function [-Wmaybe-uninitialized] struct token { ^~~~~ To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/bsd/atf/lib/tools/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.