summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/libintl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libintl.h b/include/libintl.h
index 70c7c49..ce5f58e 100644
--- a/include/libintl.h
+++ b/include/libintl.h
@@ -42,7 +42,7 @@ char *bindtextdomain(const char *domainname, const char *dirname);
#undef DISABLE_NLS
#define DISABLE_NLS 1
-#if __GNUC__ > 3
+#if __GNUC__ +0 > 3
/* most ppl call bindtextdomain() without using its return value
thus we get tons of warnings about "statement with no effect" */
#pragma GCC diagnostic ignored "-Wunused-value"