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-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 \
|
||||
|
|
|
@ -63,7 +63,6 @@ saverequest(want)
|
|||
} /* End of saverequest */
|
||||
|
||||
/*****************************************************************************/
|
||||
extern void dumprequest();
|
||||
|
||||
void
|
||||
writerequest(page, fp_out)
|
||||
|
|
Loading…
Reference in a new issue