From d3fa1bd4d5a8ec82ffa41b996d7169711ee5831d Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 23 Feb 2016 09:44:54 +0100 Subject: Fix warnings reported by MSVC Mainly it's related on a bad practice in SDL to force-define __SSE__ and __SSE2__ flags which generates quite some warnings and causes too much noise. There are some other warnings fixed. Should be no functional changes. NeXyon, please check the changes in audaspace :) --- source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp') diff --git a/source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp b/source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp index b03570e3c28..1a66b2aee52 100644 --- a/source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp +++ b/source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp @@ -29,10 +29,6 @@ * \ingroup gamelogic */ -#ifdef WITH_SDL -# include -#endif - #include #include -- cgit v1.2.3