Skip to content

Commit

Permalink
Revert "build: Add -Wmissing-variable-declarations"
Browse files Browse the repository at this point in the history
Turns out that flag was only added in GCC 14.

This reverts commit 7cddd64.
  • Loading branch information
tavianator committed Jun 8, 2024
1 parent 0873b04 commit 6e8e994
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/flags.mk
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ CFLAGS ?= \
-Werror=implicit \
-Wimplicit-fallthrough \
-Wmissing-declarations \
-Wmissing-variable-declarations \
-Wshadow \
-Wsign-compare \
-Wstrict-prototypes
Expand Down

0 comments on commit 6e8e994

Please sign in to comment.