mirror of
https://github.com/boostorg/container_hash.git
synced 2025-08-05 15:34:36 +02:00
Disable -Wunused-private-field in described_class_test.cpp
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
// Distributed under the Boost Software License, Version 1.0.
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
// https://www.boost.org/LICENSE_1_0.txt
|
// 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/container_hash/hash.hpp>
|
||||||
#include <boost/describe/class.hpp>
|
#include <boost/describe/class.hpp>
|
||||||
#include <boost/describe/operators.hpp>
|
#include <boost/describe/operators.hpp>
|
||||||
|
Reference in New Issue
Block a user