Skip to content

Commit

Permalink
Merge pull request #27 from slaff/feature/enable-pfm-conversions-in-code
Browse files Browse the repository at this point in the history
Allow pmf-conversion only for selected functions.
  • Loading branch information
jfjlaros committed May 5, 2022
2 parents ce7795b + b77263a commit 947d7f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 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

0 comments on commit 947d7f7

Please sign in to comment.