Add warnings=pedantic to the rest of the lwt tests

This commit is contained in:
Peter Dimov
2020-04-27 22:29:28 +03:00
parent bb0ef6d41e
commit 0a6b8e667b
3 changed files with 41 additions and 19 deletions

View File

@@ -8,8 +8,12 @@
// http://www.boost.org/LICENSE_1_0.txt
//
#include <boost/config.hpp>
#if defined(_MSC_VER)
# pragma warning( disable: 4100 ) // nullptr_t parameter unrereferenced
#endif
#include <boost/core/lightweight_test.hpp>
#include <boost/config.hpp>
int main()
{