Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
amcn committed Jun 23, 2024
1 parent 0475c3b commit 7c12f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ endif
if cc_id == 'msvc'

has_c99_var_decl = cc_version.version_compare('>=18')
c_args += '/W3'
c_args += [ '/W3', '/WX-' ]

elif cc_id == 'clang'

Expand Down

0 comments on commit 7c12f4f

Please sign in to comment.