make: Adopted -Wno-unused-function

Life's too short to not use this flag.
This commit is contained in:
Christopher Haster
2025-05-25 00:33:33 -05:00
parent 8396cd7641
commit 151054cb96
+2
View File
@@ -71,6 +71,8 @@ CFLAGS += -I.
CFLAGS += -std=c99 -Wall -Wextra -pedantic
# labels are useful for debugging, in-function organization, etc
CFLAGS += -Wno-unused-label
# life's too short to not use this flag
CFLAGS += -Wno-unused-function
# compiler bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101854
CFLAGS += -Wno-stringop-overflow
CFLAGS += -ftrack-macro-expansion=0