diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meson.build b/meson.build index 90c27cf..4142103 100644 --- a/meson.build +++ b/meson.build @@ -107,9 +107,6 @@ elif cc.get_id() == 'msvc' if warning_level == 'everything' c_suppressions += [ - '/wd4191', # unsafe function conversion - '/wd4200', # zero-sized array in struct/union - '/wd4365', # signed/unsigned mismatch '/wd4464', # relative include path contains ".." '/wd4514', # unreferenced inline function has been removed '/wd4710', # function not inlined |