From 5afd3c046dfea7662394d6ac7994a964455d55ff Mon Sep 17 00:00:00 2001 From: Mystro256 Date: Sun, 5 Apr 2020 17:46:52 -0400 Subject: [PATCH 3/3] soundtounch: disable exceptions --- Externals/soundtouch/STTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Externals/soundtouch/STTypes.h b/Externals/soundtouch/STTypes.h index 0f98c889fb..d5440c3b74 100644 --- a/Externals/soundtouch/STTypes.h +++ b/Externals/soundtouch/STTypes.h @@ -162,7 +162,7 @@ namespace soundtouch }; // define ST_NO_EXCEPTION_HANDLING switch to disable throwing std exceptions: -// #define ST_NO_EXCEPTION_HANDLING 1 +#define ST_NO_EXCEPTION_HANDLING 1 #ifdef ST_NO_EXCEPTION_HANDLING // Exceptions disabled. Throw asserts instead if enabled. #include -- 2.21.1