forked from boostorg/bind
Suppress Clang warnings in mem_fn_eq_test
This commit is contained in:
@ -20,6 +20,10 @@
|
|||||||
#include <boost/mem_fn.hpp>
|
#include <boost/mem_fn.hpp>
|
||||||
#include <boost/core/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
|
|
||||||
|
#if defined(__clang__)
|
||||||
|
# pragma clang diagnostic ignored "-Wunused-but-set-variable"
|
||||||
|
#endif
|
||||||
|
|
||||||
struct X
|
struct X
|
||||||
{
|
{
|
||||||
int dm_1;
|
int dm_1;
|
||||||
|
Reference in New Issue
Block a user