summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLukas Fleischer <info@cryptocrack.de>2011-04-27 19:22:09 +0200
committerLukas Fleischer <info@cryptocrack.de>2011-05-10 21:43:23 +0200
commit8c6c487b24403cf4d614fe739a61cd5e02ee752d (patch)
treea4bb61f14c43befca81d7f9bf30a83a5bcd4e65d /test
parent5fa942b4cf4f7975181d199c3bb773f01f336a1d (diff)
downloadlibfaketime-8c6c487b24403cf4d614fe739a61cd5e02ee752d.tar.gz
Tell the compiler to be C99 compliant, enable all warnings.
Signed-off-by: Lukas Fleischer <info@cryptocrack.de>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
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