Ai
1 Star 0 Fork 1

rustlab/7-Zip-zstd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
warn_clang.mak 854 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tino Reichardt 提交于 2021-05-13 22:39 +08:00 . Update to 7-Zip Version 21.02
CFLAGS_WARN_CLANG_3_8_UNIQ = \
-Wno-reserved-id-macro \
-Wno-old-style-cast \
-Wno-c++11-long-long \
-Wno-unused-macros \
CFLAGS_WARN_CLANG_3_8 = \
$(CFLAGS_WARN_CLANG_3_8_UNIQ) \
-Weverything \
-Wno-extra-semi \
-Wno-sign-conversion \
-Wno-language-extension-token \
-Wno-global-constructors \
-Wno-non-virtual-dtor \
-Wno-switch-enum \
-Wno-covered-switch-default \
-Wno-cast-qual \
-Wno-padded \
-Wno-exit-time-destructors \
-Wno-weak-vtables \
CFLAGS_WARN_CLANG_12= $(CFLAGS_WARN_CLANG_3_8) \
-Wno-extra-semi-stmt \
-Wno-zero-as-null-pointer-constant \
-Wno-deprecated-dynamic-exception-spec \
-Wno-c++98-compat-pedantic \
-Wno-atomic-implicit-seq-cst \
-Wconversion \
-Wno-sign-conversion \
CFLAGS_WARN_1 = \
-Wno-deprecated-copy-dtor \
CFLAGS_WARN = $(CFLAGS_WARN_CLANG_12) $(CFLAGS_WARN_1)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/rustlab/7-Zip-zstd.git
git@gitee.com:rustlab/7-Zip-zstd.git
rustlab
7-Zip-zstd
7-Zip-zstd
master

搜索帮助