diff --git a/src/simpleRPC.h b/src/simpleRPC.h index cc49131..50555d6 100644 --- a/src/simpleRPC.h +++ b/src/simpleRPC.h @@ -1,9 +1,14 @@ #ifndef SIMPLE_RPC_H_ #define SIMPLE_RPC_H_ +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wpmf-conversions" + #include "interface.tcc" // I/O plugins. #include "plugins/half_duplex/stream.h" +#pragma GCC diagnostic pop + #endif