Skip to content

Commit

Permalink
More MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Jan 9, 2025
1 parent 7083aaf commit 2c0911d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ project_args = [
# ignore some MSVC warnings for narrowing
'/wd4244',
'/wd4267',
'/wd4551',
]

c_args = cc.get_supported_arguments(project_args)
Expand Down

0 comments on commit 2c0911d

Please sign in to comment.