Build system: enable the "df" plugin when getmntent_r() is available.
[collectd.git] / src / liboconfig / scanner.l
index 2b5dbfb..4858003 100644 (file)
@@ -38,8 +38,6 @@
 #pragma clang diagnostic ignored "-Wmissing-noreturn"
 #endif
 
-#pragma GCC diagnostic push
-#pragma GCC diagnostic ignored "-Wsign-compare"
 
 /* multiline string buffer */
 static char *ml_buffer = NULL;
@@ -170,5 +168,3 @@ static void ml_append (char *string)
 #ifdef __clang__
 #pragma clang diagnostic pop
 #endif
-
-#pragma GCC diagnostic pop