summaryrefslogtreecommitdiffstats
path: root/make.mk
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-01-04 15:38:42 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-01-04 15:38:42 -0500
commitc5ecf1dabdc66818892f37f37bf75cb39d93b5f7 (patch)
treedd054cdb73b1dee7f4c34f43f50b2711fec35f8e /make.mk
parent16ac7534c4f5f0b13c2609c26a139e6df3139170 (diff)
parent311cfdb5f45cab25053d7a188a2eb30e2c5e781b (diff)
downloadSensor-Watch-c5ecf1dabdc66818892f37f37bf75cb39d93b5f7.tar.gz
Sensor-Watch-c5ecf1dabdc66818892f37f37bf75cb39d93b5f7.tar.bz2
Sensor-Watch-c5ecf1dabdc66818892f37f37bf75cb39d93b5f7.zip
Merge branch 'main' of https://github.com/joeycastillo/Sensor-Watch into main
Diffstat (limited to 'make.mk')
-rw-r--r--make.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/make.mk b/make.mk
index f6a37c7e..f1301733 100644
--- a/make.mk
+++ b/make.mk
@@ -20,7 +20,8 @@ else
MKDIR = mkdir
endif
-CFLAGS += -W -Wall --std=gnu99 -Os
+CFLAGS += -W -Wall -Wextra -Wmissing-prototypes -Wmissing-declarations
+CFLAGS += --std=gnu99 -Os
CFLAGS += -fno-diagnostics-show-caret
CFLAGS += -fdata-sections -ffunction-sections
CFLAGS += -funsigned-char -funsigned-bitfields