From 8c6c487b24403cf4d614fe739a61cd5e02ee752d Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 27 Apr 2011 19:22:09 +0200 Subject: Tell the compiler to be C99 compliant, enable all warnings. Signed-off-by: Lukas Fleischer --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index db81826..10877c1 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,6 +1,6 @@ CC = gcc -CFLAGS = -DFAKE_STAT +CFLAGS = -std=gnu99 -Wall -DFAKE_STAT LDFLAGS = -lrt SRC = timetest.c -- cgit v1.2.1