Enable user warnings in tests to be able to fix them.

This commit is contained in:
Ion Gaztañaga
2020-07-12 11:06:01 +02:00
parent 5d8e008c50
commit 4f37a023b0
14 changed files with 12 additions and 49 deletions

View File

@@ -8,7 +8,6 @@
//
//////////////////////////////////////////////////////////////////////////////
#include <boost/container/detail/config_begin.hpp>
#include <boost/container/vector.hpp>
#include <boost/container/string.hpp>
#include <string>
@@ -592,5 +591,3 @@ int main()
return boost::report_errors();
}
#include <boost/container/detail/config_end.hpp>