<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- Makefile
+++ Makefile	2024-07-17 04:36:00.000000000 +0800
@@ -8,7 +8,7 @@
   LIBTOOL +=--quiet
 endif
 
-override CFLAGS +=-Wall -Iinclude -std=c99 -Wpedantic
+override CFLAGS +=-Wall -Iinclude -std=c99 -pedantic
 
 ifeq ($(shell uname),SunOS)
   override CFLAGS +=-D__EXTENSIONS__ -D_XPG6 -D__XOPEN_OR_POSIX
</pre></body></html>