commit | c0a5a39a4f150a6ced5d894554f5a53e839f7512 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Sat Aug 19 16:49:30 2017 -0400 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Sun Aug 20 14:29:18 2017 -0400 |
tree | 22c50a3b936573eab93071ed4e770cda3a463fcc | |
parent | 01bbd09ed8f57352c1ee0eabc60d1b08ed2cc479 [diff] [blame] |
Add -Wextra-semi -Wundefined-func-template to the default CXXFLAGS And fix the resulting compilation errors. Change-Id: I2f8a8406542d297bfeeb4c922812ff1879a4dff6 Refs: #4248
diff --git a/tests/tools/nfdc/status-fixture.hpp b/tests/tools/nfdc/status-fixture.hpp index b955f7a..8c9eb3c 100644 --- a/tests/tools/nfdc/status-fixture.hpp +++ b/tests/tools/nfdc/status-fixture.hpp
@@ -48,7 +48,7 @@ operator()(Face&, KeyChain&) const { return make_unique<ValidatorNull>(); - }; + } }; /** \brief fixture to test status fetching routines in a \p Module