diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meson.build b/meson.build index 4a10e2b6..a49c484f 100644 --- a/meson.build +++ b/meson.build @@ -108,10 +108,6 @@ if cc.has_argument('-Wno-c99-designator') ] endif -# Do not warn when a function declaration hides virtual functions from -# a base class -cpp_arguments += '-Wno-overloaded-virtual' - c_arguments += common_arguments cpp_arguments += common_arguments |