Skip to content
/ zstd Public
forked from facebook/zstd

Commit

Permalink
bool
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Oct 17, 2020
1 parent ead8677 commit 25a8205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/meson/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ endif

if is_like_gcc
common_warning_flags = [ '-Wextra', '-Wundef', '-Wshadow', '-Wcast-align', '-Wcast-qual' ]
if cc_id == compiler_clang
if is_like_clang
# Should use Meson's own --werror build option
#common_warning_flags += '-Werror'
common_warning_flags += ['-Wconversion', '-Wno-sign-conversion', '-Wdocumentation']
Expand Down

0 comments on commit 25a8205

Please sign in to comment.