From d5347b09069a5e2a9054722af3a46d2a87d3826b Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sun, 26 Feb 2017 14:02:38 -0500 Subject: [PATCH] Fix test error --- src/PowderToySDL.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PowderToySDL.cpp b/src/PowderToySDL.cpp index 3215ea4b5..d4eb6846f 100644 --- a/src/PowderToySDL.cpp +++ b/src/PowderToySDL.cpp @@ -1095,7 +1095,6 @@ int main(int argc, char * argv[]) #endif #ifdef X86_SSE3 _MM_SET_DENORMALS_ZERO_MODE(_MM_DENORMALS_ZERO_ON); -#error test #endif GameController * gameController = NULL;