Sponsored by: Netflix
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Add issue from xlib upstream that xin li sent me back in december when I climbed
this hill for stand.
Comment Actions
you missed this bit:
diff --git a/sys/modules/zlib/Makefile b/sys/modules/zlib/Makefile index 6391255e512b..178d3a3f7ab7 100644 --- a/sys/modules/zlib/Makefile +++ b/sys/modules/zlib/Makefile @@ -25,4 +25,6 @@ CWARNFLAGS.crc32.c+=${NO_WSTRICT_PROTOTYPES} # crc32.c:586 CWARNFLAGS.trees.c+=${NO_WSTRICT_PROTOTYPES} # trees.c:232 CWARNFLAGS.zutil.c+=${NO_WSTRICT_PROTOTYPES} # zutil.c:27,32 +CWARNFLAGS+=-Wno-deprecated-non-prototype +
sys/conf/kern.pre.mk | ||
---|---|---|
283 | I'm curious why you replaced ${NO_WSTRICT_PROTOTYPES} above with the literal version here? |
sys/conf/kern.pre.mk | ||
---|---|---|
283 | So about that... yea... that's clearly a mistake... I'll fix it. |