NetBSD/external/bsd/atf
mrg 3bb4805c2b 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 {
	^~~~~
2019-02-04 09:40:54 +00:00
..
dist ATF needs C++98 for now, and GCC 6.4 defaults to C++11. 2018-02-04 01:41:05 +00:00
etc Homogenize reachover build file structure with that of kyua-cli: 2014-02-12 04:08:31 +00:00
lib with GCC 7, apply -Wno-error=maybe-uninitialized to parser.cpp. 2019-02-04 09:40:54 +00:00
libexec Homogenize reachover build file structure with that of kyua-cli: 2014-02-12 04:08:31 +00:00
share Reorg docs, part 1: 2014-07-05 19:22:41 +00:00
tests Avoid running a helper program for atf-sh as a test. 2014-03-03 19:56:32 +00:00
usr.bin Fix bundling of the atf version into pkgconfig files and atf-version. 2014-03-02 22:50:13 +00:00
Makefile
Makefile.inc ATF needs C++98 for now, and GCC 6.4 defaults to C++11. 2018-02-04 01:41:05 +00:00
bconfig.h Homogenize reachover build file structure with that of kyua-cli: 2014-02-12 04:08:31 +00:00
prepare-import.sh Update reachover build files for atf-0.20. 2014-02-11 16:11:28 +00:00