From 91a662da4eb0fe24d0abd02e9b5600424d3f8770 Mon Sep 17 00:00:00 2001 From: Mark Callow Date: Mon, 2 Sep 2024 17:48:23 +0900 Subject: [PATCH] Remove long outdated comment. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 764046a240..8f46353b5b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -902,8 +902,6 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang") ) endif() if (${clang_version} VERSION_GREATER_EQUAL "14.0") - # These are for Emscripten which is ahead of xcode in its clang - # version. Also future proofing for when xcode catches up. set_source_files_properties( ${BASISU_ENCODER_CXX_SRC} PROPERTIES COMPILE_OPTIONS "-Wno-sign-compare;-Wno-unused-variable;-Wno-unused-parameter;-Wno-deprecated-copy-with-user-provided-copy"