all: quiet macOS build again

This commit is contained in:
Russ Cox 2024-06-15 10:55:15 -04:00
parent 8eb063cffd
commit 60ca2be037
2 changed files with 5 additions and 1 deletions

5
bin/9c
View file

@ -18,6 +18,9 @@ usegcc()
-Wno-stringop-truncation \
-Wno-stringop-overflow \
-Wno-format-truncation \
-Wno-deprecated-pragma \
-Wno-unused-but-set-variable \
-Wno-deprecated-declarations \
-fno-omit-frame-pointer \
-fsigned-char \
-fcommon \
@ -77,6 +80,8 @@ useclang()
-Wno-gnu-designator \
-Wno-array-bounds \
-Wno-unneeded-internal-declaration \
-Wno-deprecated-pragma \
-Wno-unused-but-set-variable \
-fsigned-char \
-fno-caret-diagnostics \
-fcommon \

View file

@ -63,7 +63,6 @@ saverequest(want)
} /* End of saverequest */
/*****************************************************************************/
extern void dumprequest();
void
writerequest(page, fp_out)