From 3c1abb206a16e8611b7720d1f50af0b16ae5b320 Mon Sep 17 00:00:00 2001 From: Vladyslav Usenko Date: Mon, 30 Sep 2019 17:36:53 +0200 Subject: [PATCH] small fix --- CMakeLists.txt | 2 +- thirdparty/Pangolin | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a7b041f..9731c04 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,7 +97,7 @@ set(BASALT_CXX_FLAGS "-Wall -Wextra -Werror -Wno-error=unused-parameter -ftempla # clang-specific compile flags if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang" OR CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang") - set(BASALT_CXX_FLAGS "${BASALT_CXX_FLAGS} -Wno-exceptions -fcolor-diagnostics -Wno-error=deprecated-declarations -Wno-error=defaulted-function-deleted") + set(BASALT_CXX_FLAGS "${BASALT_CXX_FLAGS} -Wno-exceptions -fcolor-diagnostics -Wno-error=deprecated-declarations -Wno-error=defaulted-function-deleted -Wno-error=unknown-warning-option") else() set(BASALT_CXX_FLAGS "${BASALT_CXX_FLAGS} -Wno-error=maybe-uninitialized") endif() diff --git a/thirdparty/Pangolin b/thirdparty/Pangolin index f3f3103..2d18b96 160000 --- a/thirdparty/Pangolin +++ b/thirdparty/Pangolin @@ -1 +1 @@ -Subproject commit f3f31031126820e51f1d07955aebcce2fd866dca +Subproject commit 2d18b9619ceea102605ed7973a781f75deeed478