diff options
author | des <des@FreeBSD.org> | 2013-04-05 09:06:26 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2013-04-05 09:06:26 +0000 |
commit | 35be22788f689639c1a53f650cd8a1fad60a1466 (patch) | |
tree | 5c98c370bedd1d0b4cc456b94e1f7a8ceb080bff /pythonmod/pythonmod.c | |
parent | 30c2432cb51cf03a3f4028c24488b364925a5d89 (diff) | |
download | FreeBSD-src-35be22788f689639c1a53f650cd8a1fad60a1466.zip FreeBSD-src-35be22788f689639c1a53f650cd8a1fad60a1466.tar.gz |
Import unbound 1.4.20
Diffstat (limited to 'pythonmod/pythonmod.c')
-rw-r--r-- | pythonmod/pythonmod.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pythonmod/pythonmod.c b/pythonmod/pythonmod.c index 9860d00..97f520a 100644 --- a/pythonmod/pythonmod.c +++ b/pythonmod/pythonmod.c @@ -41,6 +41,7 @@ /* ignore the varargs unused warning from SWIGs internal vararg support */ #ifdef __GNUC__ #pragma GCC diagnostic ignored "-Wunused-parameter" +#pragma GCC diagnostic ignored "-Wunused-but-set-variable" #endif #include "config.h" |