cmake: Fix truncation warning being treated as an error with Ninja

This commit is contained in:
PatTheMav 2023-06-16 20:48:49 +02:00
parent 29dc42decd
commit e9972f5198
No known key found for this signature in database

View file

@ -50,6 +50,7 @@ if(NOT XCODE)
-Wint-conversion
-Wnewline-eof
-Wno-conversion
-Wno-error=shorten-64-to-32
-Wno-float-conversion
-Wno-implicit-fallthrough
-Wno-missing-braces