X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=meson.build;h=2be9488d227fcdcf8ba551c515963ad549fd767d;hb=76deccd25a089f2a5a21bcc6054c75699cf752c3;hp=8d2f0221a3b717f3cbf83d242f5ab8c58e9d2b2c;hpb=729be15be2e223f09f4ae830e4e9423d77fe6b63;p=nageru diff --git a/meson.build b/meson.build index 8d2f022..2be9488 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,7 @@ project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.3.1-pre') +add_project_arguments('-Wno-unqualified-std-cast-call', language: 'cpp') + cxx = meson.get_compiler('cpp') qt5 = import('qt5') protoc = find_program('protoc')