small fix

This commit is contained in:
Vladyslav Usenko 2019-09-30 17:36:53 +02:00
parent ac87d46831
commit 3c1abb206a
2 changed files with 2 additions and 2 deletions

View File

@ -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()

2
thirdparty/Pangolin vendored

@ -1 +1 @@
Subproject commit f3f31031126820e51f1d07955aebcce2fd866dca
Subproject commit 2d18b9619ceea102605ed7973a781f75deeed478