aboutsummaryrefslogtreecommitdiff
path: root/C/warn_clang_mac.mak
diff options
context:
space:
mode:
authorIgor Pavlov <87184205+ip7z@users.noreply.github.com>2023-06-21 00:00:00 +0000
committerIgor Pavlov <87184205+ip7z@users.noreply.github.com>2023-12-17 14:59:19 +0500
commit5b39dc76f1bc82f941d5c800ab9f34407a06b53a (patch)
treefe5e17420300b715021a76328444088d32047963 /C/warn_clang_mac.mak
parent93be7d4abfd4233228f58ee1fbbcd76d91be66a4 (diff)
download7zip-23.01.tar.gz
7zip-23.01.tar.bz2
7zip-23.01.zip
23.0123.01
Diffstat (limited to 'C/warn_clang_mac.mak')
-rw-r--r--C/warn_clang_mac.mak38
1 files changed, 1 insertions, 37 deletions
diff --git a/C/warn_clang_mac.mak b/C/warn_clang_mac.mak
index 41044a2..44afc53 100644
--- a/C/warn_clang_mac.mak
+++ b/C/warn_clang_mac.mak
@@ -1,37 +1 @@
1CFLAGS_WARN_CLANG_3_8_UNIQ = \ CFLAGS_WARN = -Weverything -Wfatal-errors -Wno-poison-system-directories
2 -Wno-reserved-id-macro \
3 -Wno-old-style-cast \
4 -Wno-c++11-long-long \
5 -Wno-unused-macros \
6
7CFLAGS_WARN_CLANG_3_8 = \
8 $(CFLAGS_WARN_CLANG_3_8_UNIQ) \
9 -Weverything \
10 -Wno-extra-semi \
11 -Wno-sign-conversion \
12 -Wno-language-extension-token \
13 -Wno-global-constructors \
14 -Wno-non-virtual-dtor \
15 -Wno-switch-enum \
16 -Wno-covered-switch-default \
17 -Wno-cast-qual \
18 -Wno-padded \
19 -Wno-exit-time-destructors \
20 -Wno-weak-vtables \
21
22CFLAGS_WARN_CLANG_12= $(CFLAGS_WARN_CLANG_3_8) \
23 -Wno-extra-semi-stmt \
24 -Wno-zero-as-null-pointer-constant \
25 -Wno-deprecated-dynamic-exception-spec \
26 -Wno-c++98-compat-pedantic \
27 -Wno-atomic-implicit-seq-cst \
28 -Wconversion \
29 -Wno-sign-conversion \
30
31CFLAGS_WARN_MAC = \
32 -Wno-poison-system-directories \
33 -Wno-c++11-long-long \
34 -Wno-atomic-implicit-seq-cst \
35
36
37CFLAGS_WARN = $(CFLAGS_WARN_CLANG_12) $(CFLAGS_WARN_MAC)