From 6df4828542ab7c679b0f826ee7d432330823de71 Mon Sep 17 00:00:00 2001 From: erentar Date: Fri, 30 May 2025 02:36:33 +0200 Subject: 9c: "-Wdeprecated-pragma" is only present in clang and is absent from gcc --- bin/9c | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/9c b/bin/9c index 0ebdfa01..ee05ec0f 100755 --- a/bin/9c +++ b/bin/9c @@ -18,7 +18,6 @@ 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 \ -- cgit v1.2.3