mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
-Wstrict-prototypes is temporarily disabled as it is expected that our upstream will fix these errors as they discover them. This is in fact their development branch -- they enable all warning errors in their developtment branch but not in their release tarballs.
11 lines
420 B
Text
11 lines
420 B
Text
--- util/et/Makefile.in.orig 2023-07-27 14:09:54.000000000 -0700
|
|
+++ util/et/Makefile.in 2023-07-31 09:19:14.036059000 -0700
|
|
@@ -43,7 +43,7 @@
|
|
WFLAGS= -ansi -D_POSIX_SOURCE -pedantic \
|
|
-Wall -Wwrite-strings -Wpointer-arith \
|
|
-Wcast-qual -Wcast-align -Wtraditional \
|
|
- -Wstrict-prototypes -Wmissing-prototypes \
|
|
+ -Wmissing-prototypes \
|
|
-Wnested-externs -Winline -DNO_INLINE_FUNCS -Wshadow
|
|
|
|
DEPLIBS=
|