1
0
forked from boostorg/bind

Suppress Clang warnings in mem_fn_eq_test

This commit is contained in:
Peter Dimov
2024-01-06 15:00:30 +02:00
parent b23df0f222
commit a4b8f2b6a0

View File

@ -20,6 +20,10 @@
#include <boost/mem_fn.hpp>
#include <boost/core/lightweight_test.hpp>
#if defined(__clang__)
# pragma clang diagnostic ignored "-Wunused-but-set-variable"
#endif
struct X
{
int dm_1;