Add -Wall -Wextra flags to the build script and fix the resulting compiler warnings

This commit is contained in:
2025-12-02 12:02:59 +01:00
parent f1fd633356
commit f6d81c1a87
10 changed files with 83 additions and 59 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
CFLAGS = -ggdb
CFLAGS = -ggdb -Wall -Wextra
LFLAGS =
ifeq ($(shell uname -s),Linux)