]> git.jsancho.org Git - lugaru.git/commitdiff
Windows: Remove disabled warnings unknown to MinGW
authorRémi Verschelde <rverschelde@gmail.com>
Thu, 22 Dec 2016 22:14:08 +0000 (23:14 +0100)
committerRémi Verschelde <rverschelde@gmail.com>
Thu, 22 Dec 2016 22:22:05 +0000 (23:22 +0100)
Source/WinDefs.hpp

index ab4113b5661df92103830f3a3ed648a1a852da2d..4f292621be608aff29da35447dc1723432dda800 100644 (file)
@@ -29,16 +29,6 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 
 // stuff to make Mac code compatable with Windows
 
-// disable warnings about double to float conversions
-#pragma warning(disable:4305)
-#pragma warning(disable:4244)
-
-// disable warnings about boolean to int conversions
-#pragma warning(disable:4800)
-
-// disable warning about unreferenced local variables
-#pragma warning(disable:4101)
-
 struct Point {
     short v;
     short h;