]> git.sesse.net Git - nageru/commitdiff
Disable a Clang warning we do not care for.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 29 Nov 2023 16:08:31 +0000 (17:08 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 29 Nov 2023 16:08:31 +0000 (17:08 +0100)
meson.build

index 8d2f0221a3b717f3cbf83d242f5ab8c58e9d2b2c..2be9488d227fcdcf8ba551c515963ad549fd767d 100644 (file)
@@ -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')