summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-05-18 15:45:51 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-05-18 16:30:25 -0400
commit24386b8b369dcac60953af3327b75f1870639f5f (patch)
tree23869e7bac294c0efa38bc0c7b1e7bc43dbdd99a /Makefile
parent88581b9d505342e20d03cc4c6557d30c3f66f0f5 (diff)
downloadbfs-24386b8b369dcac60953af3327b75f1870639f5f.tar.xz
build: Error on implicit function declarations
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1d3bd20..546c605 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ DEFAULT_CFLAGS := \
-g \
-Wall \
-Wformat=2 \
+ -Werror=implicit \
-Wimplicit-fallthrough \
-Wmissing-declarations \
-Wshadow \