summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat <mail@mathias.is>2020-01-03 01:45:33 +0100
committerMattes D <github@xoft.cz>2020-01-16 16:28:34 +0100
commita867388f6400729e2bd881f7f41c69fce130371f (patch)
treea69a7c39acc4ef9593f576939a86612963911386
parentBlocks are usable in adventure mode (#4464) (diff)
downloadcuberite-a867388f6400729e2bd881f7f41c69fce130371f.tar
cuberite-a867388f6400729e2bd881f7f41c69fce130371f.tar.gz
cuberite-a867388f6400729e2bd881f7f41c69fce130371f.tar.bz2
cuberite-a867388f6400729e2bd881f7f41c69fce130371f.tar.lz
cuberite-a867388f6400729e2bd881f7f41c69fce130371f.tar.xz
cuberite-a867388f6400729e2bd881f7f41c69fce130371f.tar.zst
cuberite-a867388f6400729e2bd881f7f41c69fce130371f.zip
-rw-r--r--android/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/CMakeLists.txt b/android/CMakeLists.txt
index 99eada26f..51df60cdc 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 -Wno-sign-conversion")
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-double-promotion -Wno-sign-conversion -Wno-unused-command-line-argument -s")
# Build the rest of the server
add_subdirectory(../ Cuberite)