Skip to content

Instantly share code, notes, and snippets.

@daniel-j-h
Created September 9, 2015 22:34
Show Gist options
  • Save daniel-j-h/3e7e903c9b438a9eb23e to your computer and use it in GitHub Desktop.
Save daniel-j-h/3e7e903c9b438a9eb23e to your computer and use it in GitHub Desktop.
cmake .. -DCMAKE_BUILD_TYPE=Release -Wdev --warn-uninitialized --warn-unused-vars
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (changing definition) 'CMAKE_CURRENT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (changing definition) 'CMAKE_CURRENT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_FILES_DIRECTORY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_UNIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_MINIMUM_REQUIRED_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'PROJECT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'UNIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_COMPILER_IS_GNUCC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_IGNORE_EXTENSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_LINKER_PREFERENCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_SOURCE_FILE_EXTENSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_FILES_DIRECTORY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_UNIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_INTERNAL_PLATFORM_ABI'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_MINIMUM_REQUIRED_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SIZEOF_VOID_P'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'PROJECT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'UNIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/build/CMakeFiles/3.0.2/CMakeCXXCompiler.cmake:9 (set):
unused variable (changing definition) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/build/CMakeFiles/3.0.2/CMakeCXXCompiler.cmake:10 (set):
unused variable (changing definition) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/build/CMakeFiles/3.0.2/CMakeCXXCompiler.cmake:11 (set):
unused variable (changing definition) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/build/CMakeFiles/3.0.2/CMakeCXXCompiler.cmake:40 (set):
unused variable (changing definition) 'CMAKE_SIZEOF_VOID_P'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/build/CMakeFiles/3.0.2/CMakeCXXCompiler.cmake:44 (set):
unused variable (changing definition) 'CMAKE_INTERNAL_PLATFORM_ABI'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/build/CMakeFiles/3.0.2/CMakeCXXCompiler.cmake:48 (set):
unused variable (changing definition) 'CMAKE_LIBRARY_ARCHITECTURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_COMPILER_IS_GNUCC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_COMPILER_IS_GNUCXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_IGNORE_EXTENSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_SOURCE_FILE_EXTENSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_IGNORE_EXTENSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_LINKER_PREFERENCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_FILES_DIRECTORY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_UNIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_INTERNAL_PLATFORM_ABI'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_MINIMUM_REQUIRED_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SIZEOF_VOID_P'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'PROJECT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'UNIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_COMPILER_IS_GNUCC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_COMPILER_IS_GNUCXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_IGNORE_EXTENSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_IGNORE_EXTENSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_LINKER_PREFERENCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_EXECUTABLE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_EXE_EXPORTS_C_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_EXE_LINK_DYNAMIC_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_EXE_LINK_STATIC_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_FILES_DIRECTORY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_FIND_LIBRARY_PREFIXES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_FIND_LIBRARY_SUFFIXES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_INTERNAL_PLATFORM_ABI'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_MINIMUM_REQUIRED_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_DYNAMIC_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_STATIC_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_RPATH_LINK_C_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_SONAME_C_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_LINK_DYNAMIC_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_LINK_STATIC_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SIZEOF_VOID_P'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SYSTEM_PREFIX_PATH'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'PROJECT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'UNIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_COMPILER_IS_GNUCXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_IGNORE_EXTENSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_IGNORE_EXTENSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_LINKER_PREFERENCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_OUTPUT_EXTENSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_EXECUTABLE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_EXE_EXPORTS_C_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_EXE_LINK_DYNAMIC_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_EXE_LINK_STATIC_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_FILES_DIRECTORY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_FIND_LIBRARY_PREFIXES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_FIND_LIBRARY_SUFFIXES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_INTERNAL_PLATFORM_ABI'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_MINIMUM_REQUIRED_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_DYNAMIC_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_STATIC_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_SONAME_C_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_LINK_DYNAMIC_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_LINK_STATIC_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SIZEOF_VOID_P'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SYSTEM_PREFIX_PATH'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'PROJECT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope)
'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_IGNORE_EXTENSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_OUTPUT_EXTENSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_CXX_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_EXECUTABLE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_FILES_DIRECTORY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_FIND_LIBRARY_PREFIXES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_FIND_LIBRARY_SUFFIXES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_INTERNAL_PLATFORM_ABI'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_MINIMUM_REQUIRED_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SIZEOF_VOID_P'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SYSTEM_PREFIX_PATH'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'PROJECT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'f'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:9 (project):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope)
'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_CXX_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_CXX_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_CXX_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_EXECUTABLE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_EXPORT_COMPILE_COMMANDS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_FILES_DIRECTORY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_FIND_LIBRARY_PREFIXES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_FIND_LIBRARY_SUFFIXES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_INTERNAL_PLATFORM_ABI'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_MINIMUM_REQUIRED_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_SIZEOF_VOID_P'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_SYSTEM_PREFIX_PATH'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'f'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:11 (include):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope)
'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_CXX_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_CXX_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_CXX_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_EXECUTABLE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_EXPORT_COMPILE_COMMANDS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_FILES_DIRECTORY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_FIND_LIBRARY_PREFIXES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_FIND_LIBRARY_SUFFIXES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_INTERNAL_PLATFORM_ABI'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_MINIMUM_REQUIRED_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_SIZEOF_VOID_P'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_SYSTEM_PREFIX_PATH'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'f'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:12 (include):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope)
'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_CXX_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_CXX_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_CXX_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_EXECUTABLE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_EXPORT_COMPILE_COMMANDS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_FILES_DIRECTORY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_FIND_LIBRARY_PREFIXES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_FIND_LIBRARY_SUFFIXES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_INTERNAL_PLATFORM_ABI'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_MINIMUM_REQUIRED_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_SIZEOF_VOID_P'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_SYSTEM_PREFIX_PATH'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) '_gitdescmoddir'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'f'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:15 (include):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/GetGitRevisionDescription.cmake:78 (find_package):
unused variable (out of scope) 'GIT_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/GetGitRevisionDescription.cmake:78 (find_package):
unused variable (out of scope) '_var'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/GetGitRevisionDescription.cmake:70 (include):
unused variable (out of scope) 'HEAD_HASH'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/GetGitRevisionDescription.cmake:70 (include):
unused variable (out of scope) '_hashvar'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/GetGitRevisionDescription.cmake:70 (include):
unused variable (out of scope) '_refspecvar'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:16 (git_describe):
unused variable (out of scope) 'GIT_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:16 (git_describe):
unused variable (out of scope) '_gitdescmoddir'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:16 (git_describe):
unused variable (out of scope) 'refspec'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:20 (set):
unused variable (changing definition) 'bitness'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:142 (set):
unused variable (changing definition) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:143 (set):
unused variable (changing definition) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_CONFIGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'Boost_DATE_TIME_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'Boost_ERROR_REASON'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'Boost_FILESYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'Boost_FIND_VERSION_COUNT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'Boost_FIND_VERSION_PATCH'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'Boost_FIND_VERSION_TWEAK'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'Boost_INCLUDE_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'Boost_IOSTREAMS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'Boost_PROGRAM_OPTIONS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'Boost_REGEX_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'Boost_SYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'Boost_THREAD_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'Boost_UNIT_TEST_FRAMEWORK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope)
'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_CXX_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_CXX_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_EXECUTABLE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_EXPORT_COMPILE_COMMANDS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_FILES_DIRECTORY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_FIND_LIBRARY_PREFIXES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_FIND_LIBRARY_SUFFIXES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_INTERNAL_PLATFORM_ABI'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_REQUIRED_DEFINITIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'COMPONENT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'LTO_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) '_ENV_BOOST_INCLUDEDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) '_ENV_BOOST_LIBRARYDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) '_boost_LIBRARY_SEARCH_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) '_boost_TEST_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) '_gitdescmoddir'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'bitness'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'f'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'v'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (out of scope) 'version'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (unsetting) 'Boost_FIND_VERSION_COUNT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (unsetting) 'Boost_FIND_VERSION_PATCH'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (unsetting) 'Boost_FIND_VERSION_TWEAK'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:213 (find_package):
unused variable (unsetting) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:222:
uninitialized variable 'OPTIONAL_SOCKET_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:225:
uninitialized variable 'OPTIONAL_SOCKET_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_CONFIGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'Boost_DATE_TIME_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'Boost_ERROR_REASON'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'Boost_FILESYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'Boost_IOSTREAMS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'Boost_PROGRAM_OPTIONS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'Boost_REGEX_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'Boost_SYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'Boost_THREAD_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'Boost_UNIT_TEST_FRAMEWORK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope)
'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_CXX_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_CXX_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_EXECUTABLE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_EXPORT_COMPILE_COMMANDS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_FIND_LIBRARY_PREFIXES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_FIND_LIBRARY_SUFFIXES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_INTERNAL_PLATFORM_ABI'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_REQUIRED_DEFINITIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'COMPONENT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'LTO_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'THREADS_FOUND'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'Threads_FOUND'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) '_ENV_BOOST_INCLUDEDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) '_ENV_BOOST_LIBRARYDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) '_boost_LIBRARY_SEARCH_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) '_boost_TEST_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) '_gitdescmoddir'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'bitness'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'f'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'v'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (out of scope) 'version'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:228 (find_package):
unused variable (unsetting) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindTBB.cmake:113:
uninitialized variable 'TBB_COMPILER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindTBB.cmake:114:
uninitialized variable 'TBB_ARCHITECTURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindTBB.cmake:204:
uninitialized variable 'TBB_ARCHITECTURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindTBB.cmake:204:
uninitialized variable 'TBB_COMPILER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindTBB.cmake:255 (set):
unused variable (changing definition) 'TBB_FOUND'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindTBB.cmake:256:
uninitialized variable 'TBB_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindTBB.cmake:257:
uninitialized variable 'TBB_DEBUG_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindTBB.cmake:281 (STRING):
unused variable (changing definition) 'TBB_INTERFACE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_CONFIGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'Boost_DATE_TIME_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'Boost_ERROR_REASON'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'Boost_FILESYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'Boost_IOSTREAMS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'Boost_PROGRAM_OPTIONS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'Boost_REGEX_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'Boost_SYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'Boost_THREAD_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'Boost_UNIT_TEST_FRAMEWORK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope)
'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_CXX_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_CXX_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_EXECUTABLE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_EXPORT_COMPILE_COMMANDS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_REQUIRED_DEFINITIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'COMPONENT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'LTO_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'TBB_INTERFACE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) '_ENV_BOOST_INCLUDEDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) '_ENV_BOOST_LIBRARYDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) '_TBB_DEFAULT_INSTALL_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) '_boost_LIBRARY_SEARCH_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) '_boost_TEST_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) '_gitdescmoddir'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'bitness'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'f'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'v'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (out of scope) 'version'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:237 (find_package):
unused variable (unsetting) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'Boost_CONSIDERED_CONFIGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'Boost_CONSIDERED_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'Boost_DATE_TIME_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'Boost_ERROR_REASON'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'Boost_FILESYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'Boost_IOSTREAMS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'Boost_PROGRAM_OPTIONS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'Boost_REGEX_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'Boost_SYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'Boost_THREAD_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'Boost_UNIT_TEST_FRAMEWORK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope)
'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_EXECUTABLE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_EXPORT_COMPILE_COMMANDS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_REQUIRED_DEFINITIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'COMPONENT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'LTO_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'TBB_INTERFACE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) '_ENV_BOOST_INCLUDEDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) '_ENV_BOOST_LIBRARYDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) '_TBB_DEFAULT_INSTALL_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) '_boost_LIBRARY_SEARCH_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) '_boost_TEST_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) '_gitdescmoddir'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'bitness'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'f'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'v'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:61 (INCLUDE):
unused variable (out of scope) 'version'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:64 (FIND_PACKAGE_HANDLE_STANDARD_ARGS):
unused variable (out of scope) 'FPHSA_FAIL_MESSAGE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:64 (FIND_PACKAGE_HANDLE_STANDARD_ARGS):
unused variable (out of scope) 'MISSING_VARS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:64 (FIND_PACKAGE_HANDLE_STANDARD_ARGS):
unused variable (out of scope) '_CURRENT_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuabind.cmake:64 (FIND_PACKAGE_HANDLE_STANDARD_ARGS):
unused variable (out of scope) '_NAME_LOWER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_CONFIGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'Boost_DATE_TIME_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'Boost_ERROR_REASON'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'Boost_FILESYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'Boost_IOSTREAMS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'Boost_PROGRAM_OPTIONS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'Boost_REGEX_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'Boost_SYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'Boost_THREAD_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'Boost_UNIT_TEST_FRAMEWORK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope)
'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_CXX_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_CXX_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_EXECUTABLE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_EXPORT_COMPILE_COMMANDS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_REQUIRED_DEFINITIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'COMPONENT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'LTO_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'TBB_INTERFACE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) '_ENV_BOOST_INCLUDEDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) '_ENV_BOOST_LIBRARYDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) '_TBB_DEFAULT_INSTALL_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) '_boost_LIBRARY_SEARCH_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) '_boost_TEST_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) '_gitdescmoddir'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'bitness'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'f'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'v'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (out of scope) 'version'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:250 (find_package):
unused variable (unsetting) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'Boost_CONSIDERED_CONFIGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'Boost_CONSIDERED_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'Boost_DATE_TIME_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'Boost_ERROR_REASON'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'Boost_FILESYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'Boost_IOSTREAMS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'Boost_PROGRAM_OPTIONS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'Boost_REGEX_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'Boost_SYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'Boost_THREAD_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'Boost_UNIT_TEST_FRAMEWORK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope)
'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_EXECUTABLE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_EXPORT_COMPILE_COMMANDS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_REQUIRED_DEFINITIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'COMPONENT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'LTO_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'TBB_INTERFACE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) '_ENV_BOOST_INCLUDEDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) '_ENV_BOOST_LIBRARYDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) '_TBB_DEFAULT_INSTALL_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) '_boost_LIBRARY_SEARCH_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) '_boost_TEST_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) '_gitdescmoddir'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'bitness'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'f'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'v'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:1 (INCLUDE):
unused variable (out of scope) 'version'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'Boost_CONSIDERED_CONFIGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'Boost_CONSIDERED_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'Boost_DATE_TIME_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'Boost_ERROR_REASON'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'Boost_FILESYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'Boost_IOSTREAMS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'Boost_PROGRAM_OPTIONS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'Boost_REGEX_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'Boost_SYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'Boost_THREAD_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'Boost_UNIT_TEST_FRAMEWORK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope)
'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_CXX_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_CXX_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_CXX_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_CXX_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_EXECUTABLE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_EXPORT_COMPILE_COMMANDS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_REQUIRED_DEFINITIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_REQUIRED_INCLUDES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_REQUIRED_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_TRY_COMPILE_CONFIGURATION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'COMPONENT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'LTO_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'LUABIND_CHECK_SRC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'LUA_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'TBB_INTERFACE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) '_ENV_BOOST_INCLUDEDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) '_ENV_BOOST_LIBRARYDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) '_TBB_DEFAULT_INSTALL_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) '_boost_LIBRARY_SEARCH_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) '_boost_TEST_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) '_gitdescmoddir'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'bitness'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'f'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'v'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:74 (include):
unused variable (out of scope) 'version'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:77 (FIND_PACKAGE_HANDLE_STANDARD_ARGS):
unused variable (out of scope) 'FPHSA_FAIL_MESSAGE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:77 (FIND_PACKAGE_HANDLE_STANDARD_ARGS):
unused variable (out of scope) 'MISSING_VARS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:77 (FIND_PACKAGE_HANDLE_STANDARD_ARGS):
unused variable (out of scope) '_CURRENT_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLua52.cmake:77 (FIND_PACKAGE_HANDLE_STANDARD_ARGS):
unused variable (out of scope) '_NAME_LOWER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_CONFIGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'Boost_DATE_TIME_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'Boost_ERROR_REASON'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'Boost_FILESYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'Boost_IOSTREAMS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'Boost_PROGRAM_OPTIONS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'Boost_REGEX_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'Boost_SYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'Boost_THREAD_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'Boost_UNIT_TEST_FRAMEWORK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope)
'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_CXX_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_CXX_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_EXECUTABLE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_EXPORT_COMPILE_COMMANDS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_REQUIRED_DEFINITIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_REQUIRED_INCLUDES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_REQUIRED_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_TRY_COMPILE_CONFIGURATION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'COMPONENT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'LTO_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'LUA52_FOUND'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'LUABIND_CHECK_SRC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'LUA_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'TBB_INTERFACE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) '_ENV_BOOST_INCLUDEDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) '_ENV_BOOST_LIBRARYDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) '_TBB_DEFAULT_INSTALL_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) '_boost_LIBRARY_SEARCH_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) '_boost_TEST_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) '_gitdescmoddir'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'bitness'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'f'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'v'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (out of scope) 'version'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:9 (find_package):
unused variable (unsetting) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'Boost_CONSIDERED_CONFIGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'Boost_CONSIDERED_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'Boost_DATE_TIME_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'Boost_ERROR_REASON'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'Boost_FILESYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'Boost_IOSTREAMS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'Boost_PROGRAM_OPTIONS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'Boost_REGEX_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'Boost_SYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'Boost_THREAD_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'Boost_UNIT_TEST_FRAMEWORK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope)
'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_EXECUTABLE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_EXPORT_COMPILE_COMMANDS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_REQUIRED_DEFINITIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_REQUIRED_INCLUDES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_REQUIRED_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_TRY_COMPILE_CONFIGURATION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'COMPONENT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'LTO_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'LUABIND_CHECK_SRC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'LUA_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'TBB_INTERFACE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) '_ENV_BOOST_INCLUDEDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) '_ENV_BOOST_LIBRARYDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) '_TBB_DEFAULT_INSTALL_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) '_boost_LIBRARY_SEARCH_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) '_boost_TEST_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) '_gitdescmoddir'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'bitness'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'f'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'v'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:81 (INCLUDE):
unused variable (out of scope) 'version'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:84 (FIND_PACKAGE_HANDLE_STANDARD_ARGS):
unused variable (out of scope) 'DETAILS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:84 (FIND_PACKAGE_HANDLE_STANDARD_ARGS):
unused variable (out of scope) '_CURRENT_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:84 (FIND_PACKAGE_HANDLE_STANDARD_ARGS):
unused variable (out of scope) '_FIRST_REQUIRED_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindLuaJIT.cmake:84 (FIND_PACKAGE_HANDLE_STANDARD_ARGS):
unused variable (out of scope) '_NAME_LOWER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_CONFIGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'Boost_DATE_TIME_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'Boost_ERROR_REASON'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'Boost_FILESYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'Boost_IOSTREAMS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'Boost_PROGRAM_OPTIONS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'Boost_REGEX_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'Boost_SYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'Boost_THREAD_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'Boost_UNIT_TEST_FRAMEWORK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope)
'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_CXX_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_CXX_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_EXECUTABLE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_EXPORT_COMPILE_COMMANDS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_REQUIRED_DEFINITIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_REQUIRED_INCLUDES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_REQUIRED_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_TRY_COMPILE_CONFIGURATION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'COMPONENT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'LTO_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'LUABIND_CHECK_SRC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'LUA_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'TBB_INTERFACE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) '_ENV_BOOST_INCLUDEDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) '_ENV_BOOST_LIBRARYDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) '_TBB_DEFAULT_INSTALL_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) '_boost_LIBRARY_SEARCH_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) '_boost_TEST_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) '_gitdescmoddir'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'bitness'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'f'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'v'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (out of scope) 'version'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:11 (find_package):
unused variable (unsetting) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:14 (set):
unused variable (changing definition) 'CMAKE_REQUIRED_INCLUDES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/check_luabind.cmake:15 (set):
unused variable (changing definition) 'CMAKE_REQUIRED_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'Boost_CONSIDERED_CONFIGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'Boost_CONSIDERED_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'Boost_DATE_TIME_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'Boost_ERROR_REASON'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'Boost_FILESYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'Boost_IOSTREAMS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'Boost_PROGRAM_OPTIONS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'Boost_REGEX_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'Boost_SYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'Boost_THREAD_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'Boost_UNIT_TEST_FRAMEWORK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope)
'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_CXX_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_CXX_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_CXX_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_EXPORT_COMPILE_COMMANDS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'COMPONENT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'LTO_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'LUA_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'TBB_INTERFACE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) '_ENV_BOOST_INCLUDEDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) '_ENV_BOOST_LIBRARYDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) '_TBB_DEFAULT_INSTALL_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) '_boost_LIBRARY_SEARCH_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) '_boost_TEST_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) '_gitdescmoddir'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'bitness'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'f'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'v'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:251 (include):
unused variable (out of scope) 'version'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_CONFIGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'Boost_DATE_TIME_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'Boost_ERROR_REASON'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'Boost_FILESYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'Boost_IOSTREAMS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'Boost_PROGRAM_OPTIONS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'Boost_REGEX_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'Boost_SYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'Boost_THREAD_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'Boost_UNIT_TEST_FRAMEWORK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope)
'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_CXX_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_EXPORT_COMPILE_COMMANDS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'COMPONENT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'EXPAT_INCLUDE_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'EXPAT_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'EXPAT_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'LTO_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'LUA_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'TBB_INTERFACE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'VLINE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'VPART'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) '_ENV_BOOST_INCLUDEDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) '_ENV_BOOST_LIBRARYDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) '_TBB_DEFAULT_INSTALL_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) '_boost_LIBRARY_SEARCH_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) '_boost_TEST_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) '_gitdescmoddir'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'bitness'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'f'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'v'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (out of scope) 'version'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:266 (find_package):
unused variable (unsetting) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'Boost_CONSIDERED_CONFIGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'Boost_CONSIDERED_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'Boost_DATE_TIME_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'Boost_ERROR_REASON'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'Boost_FILESYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'Boost_IOSTREAMS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'Boost_PROGRAM_OPTIONS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'Boost_REGEX_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'Boost_SYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'Boost_THREAD_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'Boost_UNIT_TEST_FRAMEWORK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope)
'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_EXPORT_COMPILE_COMMANDS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'COMPONENT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'EXPAT_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'LTO_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'LUA_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'TBB_INTERFACE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'VLINE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'VPART'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) '_ENV_BOOST_INCLUDEDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) '_ENV_BOOST_LIBRARYDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) '_TBB_DEFAULT_INSTALL_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) '_boost_LIBRARY_SEARCH_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) '_boost_TEST_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) '_gitdescmoddir'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'bitness'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'f'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'v'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:40 (INCLUDE):
unused variable (out of scope) 'version'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:43 (FIND_PACKAGE_HANDLE_STANDARD_ARGS):
unused variable (out of scope) 'FPHSA_FAIL_MESSAGE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:43 (FIND_PACKAGE_HANDLE_STANDARD_ARGS):
unused variable (out of scope) 'MISSING_VARS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:43 (FIND_PACKAGE_HANDLE_STANDARD_ARGS):
unused variable (out of scope) '_CURRENT_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindSTXXL.cmake:43 (FIND_PACKAGE_HANDLE_STANDARD_ARGS):
unused variable (out of scope) '_NAME_LOWER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_CONFIGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'Boost_DATE_TIME_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'Boost_ERROR_REASON'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'Boost_FILESYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'Boost_IOSTREAMS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'Boost_PROGRAM_OPTIONS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'Boost_REGEX_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'Boost_SYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'Boost_THREAD_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'Boost_UNIT_TEST_FRAMEWORK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope)
'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_CXX_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_EXPORT_COMPILE_COMMANDS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'COMPONENT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'EXPAT_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'LTO_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'LUA_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'TBB_INTERFACE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'VLINE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'VPART'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) '_ENV_BOOST_INCLUDEDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) '_ENV_BOOST_LIBRARYDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) '_TBB_DEFAULT_INSTALL_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) '_boost_LIBRARY_SEARCH_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) '_boost_TEST_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) '_gitdescmoddir'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'bitness'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'f'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'v'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (out of scope) 'version'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:270 (find_package):
unused variable (unsetting) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_CONFIGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'Boost_DATE_TIME_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'Boost_ERROR_REASON'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'Boost_FILESYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'Boost_IOSTREAMS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'Boost_PROGRAM_OPTIONS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'Boost_REGEX_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'Boost_SYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'Boost_THREAD_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'Boost_UNIT_TEST_FRAMEWORK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope)
'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_CXX_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_EXPORT_COMPILE_COMMANDS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'COMPONENT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'EXPAT_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'LTO_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'LUA_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'OPENMP_FOUND'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'OpenMP_C_TEST_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'OpenMP_FIND_QUIETLY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'TBB_INTERFACE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'VLINE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'VPART'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) '_ENV_BOOST_INCLUDEDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) '_ENV_BOOST_LIBRARYDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) '_TBB_DEFAULT_INSTALL_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) '_boost_LIBRARY_SEARCH_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) '_boost_TEST_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) '_gitdescmoddir'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'bitness'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'f'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'v'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (out of scope) 'version'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:277 (find_package):
unused variable (unsetting) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'Boost_CONSIDERED_CONFIGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'Boost_CONSIDERED_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'Boost_DATE_TIME_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'Boost_ERROR_REASON'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'Boost_FILESYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'Boost_IOSTREAMS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'Boost_PROGRAM_OPTIONS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'Boost_REGEX_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'Boost_SYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'Boost_THREAD_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'Boost_UNIT_TEST_FRAMEWORK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope)
'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_CXX_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_EXPORT_COMPILE_COMMANDS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'COMPONENT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'EXPAT_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'LTO_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'LUA_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'OpenMP_C_TEST_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'OpenMP_FIND_QUIETLY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'TBB_INTERFACE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'VLINE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'VPART'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) '_ENV_BOOST_INCLUDEDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) '_ENV_BOOST_LIBRARYDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) '_TBB_DEFAULT_INSTALL_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) '_boost_LIBRARY_SEARCH_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) '_boost_TEST_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) '_gitdescmoddir'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'bitness'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'f'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'v'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:43 (INCLUDE):
unused variable (out of scope) 'version'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:46 (FIND_PACKAGE_HANDLE_STANDARD_ARGS):
unused variable (out of scope) 'FPHSA_FAIL_MESSAGE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:46 (FIND_PACKAGE_HANDLE_STANDARD_ARGS):
unused variable (out of scope) 'MISSING_VARS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:46 (FIND_PACKAGE_HANDLE_STANDARD_ARGS):
unused variable (out of scope) '_CURRENT_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/cmake/FindOSMPBF.cmake:46 (FIND_PACKAGE_HANDLE_STANDARD_ARGS):
unused variable (out of scope) '_NAME_LOWER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_CONFIGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'Boost_DATE_TIME_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'Boost_ERROR_REASON'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'Boost_FILESYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'Boost_IOSTREAMS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'Boost_PROGRAM_OPTIONS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'Boost_REGEX_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'Boost_SYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'Boost_THREAD_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'Boost_UNIT_TEST_FRAMEWORK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope)
'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_CXX_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_CXX_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_EXPORT_COMPILE_COMMANDS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'COMPONENT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'EXPAT_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'LTO_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'LUA_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'OpenMP_C_TEST_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'OpenMP_FIND_QUIETLY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'TBB_INTERFACE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'VLINE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'VPART'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) '_ENV_BOOST_INCLUDEDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) '_ENV_BOOST_LIBRARYDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) '_TBB_DEFAULT_INSTALL_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) '_boost_LIBRARY_SEARCH_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) '_boost_TEST_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) '_gitdescmoddir'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'bitness'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'f'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'v'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (out of scope) 'version'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:283 (find_package):
unused variable (unsetting) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_CONFIGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'Boost_DATE_TIME_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'Boost_ERROR_REASON'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'Boost_FILESYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'Boost_IOSTREAMS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'Boost_PROGRAM_OPTIONS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'Boost_REGEX_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'Boost_SYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'Boost_THREAD_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'Boost_UNIT_TEST_FRAMEWORK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope)
'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_CXX_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_CXX_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_EXPORT_COMPILE_COMMANDS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'COMPONENT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'EXPAT_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'LTO_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'LUA_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'OpenMP_C_TEST_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'OpenMP_FIND_QUIETLY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'PROTOBUF_INCLUDE_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'PROTOBUF_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'PROTOBUF_LITE_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'PROTOBUF_PROTOC_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'TBB_INTERFACE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'VLINE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'VPART'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) '_ENV_BOOST_INCLUDEDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) '_ENV_BOOST_LIBRARYDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) '_TBB_DEFAULT_INSTALL_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) '_boost_LIBRARY_SEARCH_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) '_boost_TEST_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) '_gitdescmoddir'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'bitness'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'f'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'v'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (out of scope) 'version'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:288 (find_package):
unused variable (unsetting) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'BZIP2_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_CONFIGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'Boost_DATE_TIME_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'Boost_ERROR_REASON'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'Boost_FILESYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'Boost_IOSTREAMS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'Boost_PROGRAM_OPTIONS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'Boost_REGEX_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'Boost_SYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'Boost_THREAD_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'Boost_UNIT_TEST_FRAMEWORK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope)
'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_CXX_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_CXX_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_EXPORT_COMPILE_COMMANDS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'COMPONENT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'EXPAT_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'LTO_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'LUA_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'OpenMP_C_TEST_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'OpenMP_FIND_QUIETLY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'PROTOBUF_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'PROTOBUF_LITE_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'PROTOBUF_PROTOC_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'TBB_INTERFACE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'VLINE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'VPART'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) '_ENV_BOOST_INCLUDEDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) '_ENV_BOOST_LIBRARYDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) '_TBB_DEFAULT_INSTALL_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) '_boost_LIBRARY_SEARCH_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) '_boost_TEST_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) '_gitdescmoddir'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'bitness'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'f'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'v'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (out of scope) 'version'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:293 (find_package):
unused variable (unsetting) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:294:
uninitialized variable 'BZIP_INCLUDE_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'BZIP2_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_CONFIGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'Boost_CONSIDERED_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'Boost_DATE_TIME_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'Boost_ERROR_REASON'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'Boost_FILESYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'Boost_IOSTREAMS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'Boost_PROGRAM_OPTIONS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'Boost_REGEX_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'Boost_SYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'Boost_THREAD_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'Boost_UNIT_TEST_FRAMEWORK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope)
'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_CXX_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_CXX_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_CXX_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_EXPORT_COMPILE_COMMANDS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_INSTALL_DEFAULT_COMPONENT_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'COMPONENT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'EXPAT_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'LTO_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'LUA_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'OpenMP_C_TEST_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'OpenMP_FIND_QUIETLY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'PROJECT_BINARY_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'PROTOBUF_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'PROTOBUF_LITE_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'PROTOBUF_PROTOC_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'TBB_INTERFACE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'VLINE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'VPART'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'ZLIB_INCLUDE_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'ZLIB_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'ZLIB_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'ZLIB_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'ZLIB_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'ZLIB_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'ZLIB_VERSION_TWEAK'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) '_ENV_BOOST_INCLUDEDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) '_ENV_BOOST_LIBRARYDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) '_TBB_DEFAULT_INSTALL_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) '_boost_LIBRARY_SEARCH_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) '_boost_TEST_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) '_gitdescmoddir'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'bitness'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'f'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'search'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'v'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (out of scope) 'version'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /tmp/osrm-backend/CMakeLists.txt:297 (find_package):
unused variable (unsetting) 'CMAKE_FIND_PACKAGE_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'BZIP2_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'Boost_CONSIDERED_CONFIGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'Boost_CONSIDERED_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'Boost_DATE_TIME_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'Boost_ERROR_REASON'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'Boost_FILESYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'Boost_IOSTREAMS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'Boost_PROGRAM_OPTIONS_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'Boost_REGEX_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'Boost_SYSTEM_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'Boost_THREAD_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'Boost_UNIT_TEST_FRAMEWORK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_AR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_BUILD_TOOL'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_CFG_INTDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_CROSSCOMPILING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_CXX_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_CXX_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_CXX_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope)
'CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_CXX_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_CXX_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_CXX_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope)
'CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_CXX_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_CXX_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_CXX_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_CXX_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_C_ABI_COMPILED'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_C_COMPILER_ARG1'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_C_COMPILER_ENV_VAR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_C_COMPILER_ID_RUN'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_C_COMPILER_WORKS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIC'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_PIE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_SYSROOT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_C_COMPILE_OPTIONS_VISIBILITY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_C_CREATE_ASSEMBLY_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_C_CREATE_PREPROCESSED_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope)
'CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_C_IMPLICIT_LINK_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_C_PLATFORM_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_C_SIMULATE_ID'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_C_SIMULATE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_C_VERBOSE_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_DEPFILE_FLAGS_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_DL_LIBS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_EXPORT_COMPILE_COMMANDS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_HOST_SYSTEM'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_NAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_PROCESSOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_HOST_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_INCLUDE_FLAG_C_SEP'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_C'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_INCLUDE_SYSTEM_FLAG_CXX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_LIBRARY_ARCHITECTURE_REGEX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_LIBRARY_PATH_TERMINATOR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_LINKER'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_LINK_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_PLATFORM_INFO_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_RANLIB'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_SHARED_LIBRARY_LINK_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_SHARED_MODULE_CREATE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_SHARED_MODULE_C_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_SHARED_MODULE_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_SHARED_MODULE_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_PREFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_STATIC_LIBRARY_SUFFIX'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_SYSTEM_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_TWEAK_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'CMAKE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'COMPONENT'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'EXPAT_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'FLAG'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'LTO_FLAGS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'LUA_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'OpenMP_C_TEST_SOURCE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'OpenMP_FIND_QUIETLY'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'PROJECT_SOURCE_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'PROTOBUF_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'PROTOBUF_LITE_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'PROTOBUF_PROTOC_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'RUN_CONFIGURE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'TBB_INTERFACE_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'VLINE'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'VPART'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'ZLIB_LIBRARIES'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'ZLIB_MAJOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'ZLIB_MINOR_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'ZLIB_PATCH_VERSION'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'ZLIB_VERSION_STRING'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'ZLIB_VERSION_TWEAK'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) '_ENV_BOOST_INCLUDEDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) '_ENV_BOOST_LIBRARYDIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) '_TBB_DEFAULT_INSTALL_DIR'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) '_boost_LIBRARY_SEARCH_DIRS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) '_boost_TEST_VERSIONS'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) '_gitdescmoddir'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'bitness'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'f'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'lib'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'search'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'type'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'v'
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) in /tmp/osrm-backend/CMakeLists.txt:
unused variable (out of scope) 'version'
This warning is for project developers. Use -Wno-dev to suppress it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment