From b2efe2888484587d74f869bb033caa192fa675dd Mon Sep 17 00:00:00 2001 From: Zach Strout <43109787+RTnhN@users.noreply.github.com> Date: Thu, 22 Feb 2024 20:47:09 +0000 Subject: [PATCH] Revert "Update CMakeLists.txt" This reverts commit 0e3f042387d4f7bb19febcdbf134a2297d62cf8b. --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ad23f9d4c2..9a7e65d679 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -438,9 +438,6 @@ if(${CMAKE_CXX_COMPILER_ID} MATCHES "GNU" OR NOT (${CMAKE_CXX_COMPILER_VERSION} VERSION_LESS "5.0.0")) add_compile_options(-Wno-unused-local-typedefs) endif() - # There are so many warnings about using GCC > 7.1. It should be mostly - # harmless, so we can disable it. - add_compile_options(-Wno-psabi) endif() ## When building in any of the Release modes, tell VC++ cl compiler to use intrinsics