From: Christopher Peplin Date: Tue, 7 Jan 2014 05:02:44 +0000 (-0500) Subject: Don't supress warnings when compiling, argh! X-Git-Tag: 3.99.1~101^2~43 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=3aa979db127d362bb84ccab86c0f13185a34e9fa;p=apps%2Flow-level-can-service.git Don't supress warnings when compiling, argh! --- diff --git a/Makefile b/Makefile index 6d1dd5a..4adf3ce 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC = gcc INCLUDES = -Isrc -Ideps/bitfield-c/src -Ideps/isotp-c/src -CFLAGS = $(INCLUDES) -c -w -Wall -Werror -g -ggdb -std=gnu++0x -coverage +CFLAGS = $(INCLUDES) -c -Wall -Werror -g -ggdb -std=gnu99 -coverage LDFLAGS = -coverage -lm LDLIBS = -lcheck