Skip to content

Commit

Permalink
disable warn
Browse files Browse the repository at this point in the history
  • Loading branch information
cielavenir committed Feb 9, 2025
1 parent 45e23b6 commit 2ecaf87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CPP/7zip/warn_clang.mak
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ CFLAGS_WARN_CLANG_ADDITIONAL = \
-Wno-conditional-uninitialized \
-Wno-missing-variable-declarations \
-Wno-newline-eof \
-Wno-error=unused-but-set-variable \
-Wno-error=unused-but-set-parameter \

CFLAGS_WARN_1 = \
-Wno-deprecated-copy-dtor \
Expand Down
2 changes: 2 additions & 0 deletions CPP/7zip/warn_clang_mac.mak
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ CFLAGS_WARN_CLANG_ADDITIONAL = \
-Wno-conditional-uninitialized \
-Wno-missing-variable-declarations \
-Wno-newline-eof \
-Wno-error=unused-but-set-variable \
-Wno-error=unused-but-set-parameter \

CFLAGS_WARN_MAC = \
-Wno-poison-system-directories \
Expand Down

0 comments on commit 2ecaf87

Please sign in to comment.