소스 검색

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>