From c3ad49484612993df6ab818f65a5025077051034 Mon Sep 17 00:00:00 2001 From: Michael Platings Date: Mon, 22 Jan 2024 14:28:58 +0000 Subject: [PATCH] Remove workaround for clang bug The bug has been fixed in the latest clang sources. --- intrinsiccv/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/intrinsiccv/CMakeLists.txt b/intrinsiccv/CMakeLists.txt index bf733f260..1bd532bf9 100644 --- a/intrinsiccv/CMakeLists.txt +++ b/intrinsiccv/CMakeLists.txt @@ -76,11 +76,6 @@ set(INTRINSICCV_WARNING_FLAGS "-Wold-style-cast" ) -# Work around bug in pre-release Clang 18 -if (CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL 18.0.0) - list(APPEND INTRINSICCV_WARNING_FLAGS "-Wno-undefined-arm-streaming") -endif() - set(INTRINSICCV_SDL_FLAGS "-include" "unsafe.h" -- GitLab