Explorar o código

Unit test: Format some commented code

bel2125 %!s(int64=8) %!d(string=hai) anos
pai
achega
9fe36a9fc8
Modificáronse 1 ficheiros con 3 adicións e 5 borrados
  1. 3 5
      test/civetweb_check.h

+ 3 - 5
test/civetweb_check.h

@@ -30,14 +30,12 @@
 #if defined(__MINGW__) || defined(__GNUC__)
 #pragma GCC diagnostic push
 #pragma GCC diagnostic ignored "-Wall"
-/*
-#pragma GCC diagnostic ignored "-Wunknown-pragmas"
-#pragma GCC diagnostic ignored "-Wno-variadic-macros"
-*/
 /* Disable warnings for defining _CRT_SECURE_NO_* (here) and
  * _CHECK_CHECK_STDINT_H (in check.h)
  */
-/*
+/* Disable until Warning returns to Travis CI or AppVeyor
+#pragma GCC diagnostic ignored "-Wunknown-pragmas"
+#pragma GCC diagnostic ignored "-Wno-variadic-macros"
 #pragma GCC diagnostic ignored "-Wreserved-id-macro"
 */
 #endif