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;