mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:17:46 +00:00
Meta: Diable Wshorten-64-to-32 explicitly to silence Xcode defaults
Xcode will set this by default when creating a new project unless we set an xcode property to disable it. Instead of doing that, disable it globally.
This commit is contained in:
parent
4608e4143e
commit
1c01856021
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/common_compile_options.cmake)
|
|||
add_compile_options(-Wno-implicit-const-int-float-conversion)
|
||||
add_compile_options(-Wno-literal-suffix)
|
||||
add_compile_options(-Wno-maybe-uninitialized)
|
||||
add_compile_options(-Wno-shorten-64-to-32)
|
||||
add_compile_options(-Wno-unknown-warning-option)
|
||||
add_compile_options(-Wno-unused-command-line-argument)
|
||||
add_compile_options(-fsigned-char)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue