diff --git a/meson.build b/meson.build index eb8d0c94712..7a140a394c8 100644 --- a/meson.build +++ b/meson.build @@ -2307,7 +2307,6 @@ if cc.get_id() == 'msvc' # Additional warnings to enable: '/w24062', # enumerator 'identifier' in switch of enum 'enumeration' is not handled [like -Wswitch] '/w24102', # unreferenced label [like -Wunused-label] - '/w24777', # 'function' : format string 'string' requires an argument of type 'type1', but variadic argument number has type 'type2' [like -Wformat] # Disable warnings in system headers '/external:anglebrackets',