diff options
Diffstat (limited to 'android/CMakeLists.txt')
-rw-r--r-- | android/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/CMakeLists.txt b/android/CMakeLists.txt index 4f863d114..99eada26f 100644 --- a/android/CMakeLists.txt +++ b/android/CMakeLists.txt @@ -22,7 +22,7 @@ include_directories(SYSTEM ) # Disable some compiler warnings (the lazy way out) -set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-double-promotion") +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-double-promotion -Wno-sign-conversion") # Build the rest of the server add_subdirectory(../ Cuberite) |