Disable -Wunused-private-field in described_class_test.cpp

This commit is contained in:
Peter Dimov
2022-10-28 20:04:13 +03:00
parent 018fc4e1fa
commit bdd3dcf944

View File

@@ -2,6 +2,10 @@
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
#if defined(__clang__)
# pragma clang diagnostic ignored "-Wunused-private-field"
#endif
#include <boost/container_hash/hash.hpp>
#include <boost/describe/class.hpp>
#include <boost/describe/operators.hpp>