Test with warnings=extra, warnings-as-errors=on

This commit is contained in:
Peter Dimov
2021-12-16 04:59:39 +02:00
parent bf8898c95f
commit e47b6a51e4
3 changed files with 17 additions and 0 deletions

View File

@ -7,6 +7,10 @@
// For more information, see http://www.boost.org
#if defined(__clang__)
# pragma clang diagnostic ignored "-Wself-assign-overloaded"
#endif
#include <boost/function.hpp>
#include <boost/core/lightweight_test.hpp>
#include <functional>