From 3f0bd65b14d6441bc9c0bbf2d58f94a40eb282f3 Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Mon, 28 Sep 2015 20:45:13 +0200 Subject: Remove warnings on Linux --- c_src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c_src/Makefile') diff --git a/c_src/Makefile b/c_src/Makefile index 7c69de5..aa380cb 100644 --- a/c_src/Makefile +++ b/c_src/Makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -Wall -Werror +CFLAGS = -Wall -Werror -std=gnu99 LDFLAGS = PORTS = fsynchelper hsmhelper permdbport -- cgit v1.1