diff options
Diffstat (limited to 'rpc')
| -rw-r--r-- | rpc/xdr/src/cli1-xdr.c | 6 | ||||
| -rw-r--r-- | rpc/xdr/src/cli1-xdr.h | 6 | ||||
| -rw-r--r-- | rpc/xdr/src/glusterd1-xdr.c | 6 | ||||
| -rw-r--r-- | rpc/xdr/src/glusterd1-xdr.h | 6 | ||||
| -rw-r--r-- | rpc/xdr/src/glusterfs3-xdr.c | 6 | ||||
| -rw-r--r-- | rpc/xdr/src/glusterfs3-xdr.h | 6 | ||||
| -rw-r--r-- | rpc/xdr/src/portmap-xdr.c | 6 | ||||
| -rw-r--r-- | rpc/xdr/src/portmap-xdr.h | 6 |
8 files changed, 48 insertions, 0 deletions
diff --git a/rpc/xdr/src/cli1-xdr.c b/rpc/xdr/src/cli1-xdr.c index 8e2adc51c8..5885000cd8 100644 --- a/rpc/xdr/src/cli1-xdr.c +++ b/rpc/xdr/src/cli1-xdr.c @@ -20,6 +20,12 @@ #include "xdr-common.h" #include "compat.h" +#if defined(__GNUC__) +#if __GNUC__ >= 4 +#pragma GCC diagnostic ignored "-Wunused-but-set-variable" +#endif +#endif + /* * Please do not edit this file. * It was generated using rpcgen. diff --git a/rpc/xdr/src/cli1-xdr.h b/rpc/xdr/src/cli1-xdr.h index 56a5f4802f..32f624faf6 100644 --- a/rpc/xdr/src/cli1-xdr.h +++ b/rpc/xdr/src/cli1-xdr.h @@ -20,6 +20,12 @@ #include "xdr-common.h" #include "compat.h" +#if defined(__GNUC__) +#if __GNUC__ >= 4 +#pragma GCC diagnostic ignored "-Wunused-but-set-variable" +#endif +#endif + /* * Please do not edit this file. * It was generated using rpcgen. diff --git a/rpc/xdr/src/glusterd1-xdr.c b/rpc/xdr/src/glusterd1-xdr.c index 0602d08a93..a5438d23e3 100644 --- a/rpc/xdr/src/glusterd1-xdr.c +++ b/rpc/xdr/src/glusterd1-xdr.c @@ -20,6 +20,12 @@ #include "xdr-common.h" #include "compat.h" +#if defined(__GNUC__) +#if __GNUC__ >= 4 +#pragma GCC diagnostic ignored "-Wunused-but-set-variable" +#endif +#endif + /* * Please do not edit this file. * It was generated using rpcgen. diff --git a/rpc/xdr/src/glusterd1-xdr.h b/rpc/xdr/src/glusterd1-xdr.h index eecdd3e042..14c41baffb 100644 --- a/rpc/xdr/src/glusterd1-xdr.h +++ b/rpc/xdr/src/glusterd1-xdr.h @@ -20,6 +20,12 @@ #include "xdr-common.h" #include "compat.h" +#if defined(__GNUC__) +#if __GNUC__ >= 4 +#pragma GCC diagnostic ignored "-Wunused-but-set-variable" +#endif +#endif + /* * Please do not edit this file. * It was generated using rpcgen. diff --git a/rpc/xdr/src/glusterfs3-xdr.c b/rpc/xdr/src/glusterfs3-xdr.c index ced80de624..64e504f46f 100644 --- a/rpc/xdr/src/glusterfs3-xdr.c +++ b/rpc/xdr/src/glusterfs3-xdr.c @@ -20,6 +20,12 @@ #include "xdr-common.h" #include "compat.h" +#if defined(__GNUC__) +#if __GNUC__ >= 4 +#pragma GCC diagnostic ignored "-Wunused-but-set-variable" +#endif +#endif + /* * Please do not edit this file. * It was generated using rpcgen. diff --git a/rpc/xdr/src/glusterfs3-xdr.h b/rpc/xdr/src/glusterfs3-xdr.h index e1a62821a4..0c8af17d2c 100644 --- a/rpc/xdr/src/glusterfs3-xdr.h +++ b/rpc/xdr/src/glusterfs3-xdr.h @@ -20,6 +20,12 @@ #include "xdr-common.h" #include "compat.h" +#if defined(__GNUC__) +#if __GNUC__ >= 4 +#pragma GCC diagnostic ignored "-Wunused-but-set-variable" +#endif +#endif + /* * Please do not edit this file. * It was generated using rpcgen. diff --git a/rpc/xdr/src/portmap-xdr.c b/rpc/xdr/src/portmap-xdr.c index 0ef580d809..7033213c0b 100644 --- a/rpc/xdr/src/portmap-xdr.c +++ b/rpc/xdr/src/portmap-xdr.c @@ -20,6 +20,12 @@ #include "xdr-common.h" #include "compat.h" +#if defined(__GNUC__) +#if __GNUC__ >= 4 +#pragma GCC diagnostic ignored "-Wunused-but-set-variable" +#endif +#endif + /* * Please do not edit this file. * It was generated using rpcgen. diff --git a/rpc/xdr/src/portmap-xdr.h b/rpc/xdr/src/portmap-xdr.h index 2096ef5d80..2686da287b 100644 --- a/rpc/xdr/src/portmap-xdr.h +++ b/rpc/xdr/src/portmap-xdr.h @@ -20,6 +20,12 @@ #include "xdr-common.h" #include "compat.h" +#if defined(__GNUC__) +#if __GNUC__ >= 4 +#pragma GCC diagnostic ignored "-Wunused-but-set-variable" +#endif +#endif + /* * Please do not edit this file. * It was generated using rpcgen. |
