瀏覽代碼

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

Kosma Moczek 11 年之前
父節點
當前提交
ea324ed49f
共有 1 個文件被更改,包括 1 次插入0 次删除
  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>