Переглянути джерело

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

PatTheMav 2 роки тому
батько
коміт
e9972f5198
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      cmake/macos/compilerconfig.cmake

+ 1 - 0
cmake/macos/compilerconfig.cmake

@@ -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