Skip to content

Commit

Permalink
all: quiet macOS build again
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc committed Jun 15, 2024
1 parent 8eb063c commit 60ca2be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions bin/9c
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion src/cmd/postscript/common/request.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ saverequest(want)
} /* End of saverequest */

/*****************************************************************************/
extern void dumprequest();

void
writerequest(page, fp_out)
Expand Down

0 comments on commit 60ca2be

Please sign in to comment.