summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-09-01 11:16:07 +0200
committerMichal Idziorek <m.i@gmx.at>2014-09-01 11:16:07 +0200
commit2efcb6caf52a73bafb3332ee5e0468ef4c1cd9a9 (patch)
treee3ed5d3c2e87d68af1524a5fb7c7c12fc01c7525 /Makefile
parent3737daa88e744cba341e08eef4a2bf607bd8ff00 (diff)
fixed some gcc warnings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dfeb168..08d784f 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ USB_STICK=/dev/sdf
############ flags ############
-CFLAGS=-ffreestanding -std=gnu99 -m32 -fno-asynchronous-unwind-tables -O0
+CFLAGS=-ffreestanding -std=gnu99 -m32 -fno-asynchronous-unwind-tables -O0 # -Werror
############ source and object files ############