diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-05-18 15:45:51 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-05-18 16:30:25 -0400 |
commit | 24386b8b369dcac60953af3327b75f1870639f5f (patch) | |
tree | 23869e7bac294c0efa38bc0c7b1e7bc43dbdd99a /Makefile | |
parent | 88581b9d505342e20d03cc4c6557d30c3f66f0f5 (diff) | |
download | bfs-24386b8b369dcac60953af3327b75f1870639f5f.tar.xz |
build: Error on implicit function declarations
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ DEFAULT_CFLAGS := \ -g \ -Wall \ -Wformat=2 \ + -Werror=implicit \ -Wimplicit-fallthrough \ -Wmissing-declarations \ -Wshadow \ |