From ea324ed49f4bb13b6a5cd0dc02ccdab6fcc31ee6 Mon Sep 17 00:00:00 2001 From: Kosma Moczek <kosma@cloudyourcar.com> Date: Tue, 2 Sep 2014 23:08:14 +0200 Subject: [PATCH] tests.c: squash GCC's complaints, I'm tired of this shit --- tests.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests.c b/tests.c index f1efce8..a5b00a2 100644 --- a/tests.c +++ b/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>