Work on yaml file reusability for other projects.

Catch up a couple test details.
This commit is contained in:
Mark VanderVoord
2026-05-15 14:16:57 -04:00
parent 6502a671d3
commit b1d96f2491
19 changed files with 107 additions and 276 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ CFLAGS += -Wno-unsafe-buffer-usage
endif
CFLAGS += -std=c99 -pedantic -Wall -Wextra -Werror
#CFLAGS += -Wconversion #disabled because if falsely complains about the isinf and isnan macros
CFLAGS += -Wno-switch-enum -Wno-double-promotion
CFLAGS += -Wno-switch-enum -Wno-double-promotion -Wno-poison-system-directories -Wno-missing-noreturn
CFLAGS += -Wno-covered-switch-default
CFLAGS += -Wbad-function-cast -Wcast-qual -Wold-style-definition -Wshadow -Wstrict-overflow \
-Wstrict-prototypes -Wswitch-default -Wundef