Skip to content

Commit

Permalink
relaxed warn
Browse files Browse the repository at this point in the history
  • Loading branch information
cielavenir committed Apr 11, 2022
1 parent ed42613 commit 0c2f27a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion C/warn_clang.mak
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CFLAGS_WARN_CLANG_3_8_UNIQ = \

CFLAGS_WARN_CLANG_3_8 = \
$(CFLAGS_WARN_CLANG_3_8_UNIQ) \
-Weverything \
-Wno-unknown-warning-option \
-Wno-extra-semi \
-Wno-sign-conversion \
-Wno-language-extension-token \
Expand Down
2 changes: 1 addition & 1 deletion C/warn_clang_mac.mak
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CFLAGS_WARN_CLANG_3_8_UNIQ = \

CFLAGS_WARN_CLANG_3_8 = \
$(CFLAGS_WARN_CLANG_3_8_UNIQ) \
-Weverything \
-Wno-unknown-warning-option \
-Wno-extra-semi \
-Wno-sign-conversion \
-Wno-language-extension-token \
Expand Down

0 comments on commit 0c2f27a

Please sign in to comment.