2023-08-16 22:26:55 +00:00
|
|
|
Index: makefile
|
|
|
|
--- makefile.orig
|
|
|
|
+++ makefile
|
2023-09-08 05:21:37 +00:00
|
|
|
@@ -16,7 +16,6 @@ CWARNS = -Wall -Wextra -pedantic \
|
2023-08-16 22:26:55 +00:00
|
|
|
-Wundef \
|
|
|
|
-Wwrite-strings \
|
|
|
|
-Wbad-function-cast \
|
|
|
|
- -Wdeclaration-after-statement \
|
|
|
|
-Wmissing-prototypes \
|
2023-09-08 05:21:37 +00:00
|
|
|
-Wmissing-declarations \
|
2023-08-16 22:26:55 +00:00
|
|
|
-Wnested-externs \
|