diff --git a/test/described_class_test.cpp b/test/described_class_test.cpp index b0d29d7..1d357ee 100644 --- a/test/described_class_test.cpp +++ b/test/described_class_test.cpp @@ -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 #include #include