mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
all: quiet macOS build again
This commit is contained in:
parent
8eb063cffd
commit
60ca2be037
2 changed files with 5 additions and 1 deletions
5
bin/9c
5
bin/9c
|
@ -18,6 +18,9 @@ usegcc()
|
||||||
-Wno-stringop-truncation \
|
-Wno-stringop-truncation \
|
||||||
-Wno-stringop-overflow \
|
-Wno-stringop-overflow \
|
||||||
-Wno-format-truncation \
|
-Wno-format-truncation \
|
||||||
|
-Wno-deprecated-pragma \
|
||||||
|
-Wno-unused-but-set-variable \
|
||||||
|
-Wno-deprecated-declarations \
|
||||||
-fno-omit-frame-pointer \
|
-fno-omit-frame-pointer \
|
||||||
-fsigned-char \
|
-fsigned-char \
|
||||||
-fcommon \
|
-fcommon \
|
||||||
|
@ -77,6 +80,8 @@ useclang()
|
||||||
-Wno-gnu-designator \
|
-Wno-gnu-designator \
|
||||||
-Wno-array-bounds \
|
-Wno-array-bounds \
|
||||||
-Wno-unneeded-internal-declaration \
|
-Wno-unneeded-internal-declaration \
|
||||||
|
-Wno-deprecated-pragma \
|
||||||
|
-Wno-unused-but-set-variable \
|
||||||
-fsigned-char \
|
-fsigned-char \
|
||||||
-fno-caret-diagnostics \
|
-fno-caret-diagnostics \
|
||||||
-fcommon \
|
-fcommon \
|
||||||
|
|
|
@ -63,7 +63,6 @@ saverequest(want)
|
||||||
} /* End of saverequest */
|
} /* End of saverequest */
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
extern void dumprequest();
|
|
||||||
|
|
||||||
void
|
void
|
||||||
writerequest(page, fp_out)
|
writerequest(page, fp_out)
|
||||||
|
|
Loading…
Reference in a new issue