Skip to content

Commit

Permalink
Add /W3 back to msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
amcn committed Jun 23, 2024
1 parent 359d933 commit 0475c3b
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'

elif cc_id == 'clang'

Expand Down

0 comments on commit 0475c3b

Please sign in to comment.