diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-06-08 12:49:16 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-06-08 12:49:48 -0400 |
commit | 6e8e994fc70f76128539ba5554696e4368a0941b (patch) | |
tree | a2bd9cd8322c19c0760c3aac2d999a4ae27ae5d4 /build/flags.mk | |
parent | 0873b0458fd1717b9b089790bc2c46c73bf2bd50 (diff) | |
download | bfs-6e8e994fc70f76128539ba5554696e4368a0941b.tar.xz |
Revert "build: Add -Wmissing-variable-declarations"
Turns out that flag was only added in GCC 14.
This reverts commit 7cddd64b3131812b82feffe2deb311bf6ab9a262.
Diffstat (limited to 'build/flags.mk')
-rw-r--r-- | build/flags.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/flags.mk b/build/flags.mk index e0d67d5..c50b077 100644 --- a/build/flags.mk +++ b/build/flags.mk @@ -90,7 +90,6 @@ CFLAGS ?= \ -Werror=implicit \ -Wimplicit-fallthrough \ -Wmissing-declarations \ - -Wmissing-variable-declarations \ -Wshadow \ -Wsign-compare \ -Wstrict-prototypes |