File suppress-errors.patch of Package surge-xt
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 92cb231..0231c68 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -144,6 +144,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "Clang|GNU")
-Wno-free-nonheap-object # https://github.com/surge-synthesizer/surge/issues/4251
-Wno-return-local-addr # squelch sqlite3 error: function may return address of local variable
-Wno-error=restrict # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105651
+ -Wno-date-time
)
endif()
endif()