From 265c5848996096c342221db07e527fe2a17f5b0e Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Wed, 30 Jun 2010 20:23:49 +0000 Subject: [PATCH] Turn off the bool warning. --- src/osd/windows/windows.mak | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/osd/windows/windows.mak b/src/osd/windows/windows.mak index 8d342b73834..db93dcdc387 100644 --- a/src/osd/windows/windows.mak +++ b/src/osd/windows/windows.mak @@ -150,6 +150,9 @@ CPPONLYFLAGS += /wd4191 /wd4060 /wd4065 /wd4640 # disable warning about exception specifications and using this in constructors CPPONLYFLAGS += /wd4290 /wd4355 +# disable performance warnings about casting ints to bools +CPPONLYFLAGS += /wd4800 + # explicitly set the entry point for UNICODE builds LDFLAGS += /ENTRY:wmainCRTStartup