Procházet zdrojové kódy

tests.c: squash GCC's complaints, I'm tired of this shit

Kosma Moczek před 11 roky
rodič
revize
ea324ed49f
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      tests.c

+ 1 - 0
tests.c

@@ -7,6 +7,7 @@
  */
 
 #pragma GCC diagnostic ignored "-Wmissing-field-initializers"
+#pragma GCC diagnostic ignored "-Wtype-limits"
 
 #include <stdlib.h>
 #include <string.h>