diff options
Diffstat (limited to 'examples/meson.build')
-rw-r--r-- | examples/meson.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/meson.build b/examples/meson.build index 5c995a9..aa04e80 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -72,9 +72,9 @@ if get_option('warning_level') == 'everything' and is_variable('cpp') ] elif cpp.get_id() == 'msvc' example_cpp_args += [ - '/wd4355', # 'this' used in base member initializer list - '/wd4868', # may not enforce left-to-right evaluation order - '/wd5246', # subobject initialization should be wrapped in braces + '/wd4355', # 'this' used in base member initializer list + '/wd4868', # may not enforce left-to-right evaluation order + '/wd5246', # subobject initialization should be wrapped in braces ] endif |