Suppress Windows Compile warnings: C4018 signed/unsigned mismatch by default.
authorHiroshi Inoue <inoue@tpf.co.jp>
Mon, 16 Dec 2013 03:25:27 +0000 (12:25 +0900)
committerHiroshi Inoue <inoue@tpf.co.jp>
Mon, 16 Dec 2013 03:25:27 +0000 (12:25 +0900)
win32.mak
win64.mak

index b3922a535ddf7e54d152a6eff0efaa497d0fa3ee..f3f33440ba58421016f9eb1951ac5894bd8029a7 100644 (file)
--- a/win32.mak
+++ b/win32.mak
@@ -41,7 +41,7 @@ CFG=Release
 #  Please replace the default options from the commandline if necessary 
 #
 !IFNDEF    CUSTOMCLOPT
-CUSTOMCLOPT=/nologo /W3
+CUSTOMCLOPT=/nologo /W3 /wd4018
 !ELSE
 !MESSAGE CL option $(CUSTOMCLOPT) specified
 !ENDIF
index 766cc302293378546c5ca71f9925b446d3f8fdb3..3b3d8363e1e5bb87096f0a930fea2f5fda4682ac 100755 (executable)
--- a/win64.mak
+++ b/win64.mak
@@ -48,7 +48,7 @@ CFG=Release
 #  Please replace the default options from the commandline if necessary 
 #
 !IFNDEF    CUSTOMCLOPT
-CUSTOMCLOPT=/nologo /MD /W3 /EHsc
+CUSTOMCLOPT=/nologo /MD /W3 /wd4018 /EHsc
 !ELSE
 !MESSAGE CL option $(CUSTOMCLOPT) specified
 !ENDIF