Code Review
/
apps
/
agl-service-can-low-level.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
871b3cb
)
Don't supress warnings when compiling, argh!
author
Christopher Peplin
<chris.peplin@rhubarbtech.com>
Tue, 7 Jan 2014 05:02:44 +0000
(
00:02
-0500)
committer
Christopher Peplin
<chris.peplin@rhubarbtech.com>
Tue, 7 Jan 2014 05:02:44 +0000
(
00:02
-0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
6d1dd5a
..
4adf3ce
100644
(file)
--- 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