about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorHeikki Kallasjoki <fis@zem.fi>2018-11-30 16:50:28 +0000
committerHeikki Kallasjoki <fis@zem.fi>2018-11-30 16:50:28 +0000
commit5a33aec2b710e4d21377e5b82f4b0bdf6a13a408 (patch)
tree01accfa838fa90a24fc350405f9263772220b897 /Makefile
parente2a859d54f9c8a0498b79acc1c3d27732a41759e (diff)
downloadnano-exporter-5a33aec2b710e4d21377e5b82f4b0bdf6a13a408.tar.gz
nano-exporter-5a33aec2b710e4d21377e5b82f4b0bdf6a13a408.tar.xz
nano-exporter-5a33aec2b710e4d21377e5b82f4b0bdf6a13a408.zip
Clean up compiler warnings.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e621c2f..4e4db4e 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ COLLECTORS += uname
 
 # compile settings
 
-CFLAGS = -std=c11 -Os
+CFLAGS = -std=c11 -Wall -Wextra -pedantic -Wno-format-truncation -Os
 LDFLAGS = -Os -s
 
 # build rules