removed the /Wp64 switch as we use true 64 bit compiler now
authorAnatol Belski <ab@php.net>
Wed, 28 Aug 2013 13:10:05 +0000 (15:10 +0200)
committerAnatol Belski <ab@php.net>
Wed, 28 Aug 2013 13:10:05 +0000 (15:10 +0200)
win32/build/config.w32
win32/build/config.w32.phpize.in

index 3face08a8c2b535292770d39f5e742e762d4ad79..3401205c8fc1e65b75df6d4a4349ae787c0c867d 100644 (file)
@@ -155,7 +155,7 @@ if (VCVERS >= 1400) {
        // disable annoying warnings.  In addition, time_t defaults
        // to 64-bit.  Ask for 32-bit.
        if (X64) {
-               ADD_FLAG('CFLAGS', ' /wd4996 /Wp64 ');
+               ADD_FLAG('CFLAGS', ' /wd4996 ');
        } else {
                ADD_FLAG('CFLAGS', ' /wd4996 /D_USE_32BIT_TIME_T=1 ');
        }
index b8bf45ea5779d20f9278bc70e4d95f6b10b4329b..7b3b40633b980629c9b8d4ea11e53dee742b3a33 100644 (file)
@@ -134,7 +134,7 @@ if (VCVERS >= 1400) {
        // disable annoying warnings.  In addition, time_t defaults\r
        // to 64-bit.  Ask for 32-bit.\r
        if (X64) {\r
-               ADD_FLAG('CFLAGS', ' /wd4996 /Wp64 ');\r
+               ADD_FLAG('CFLAGS', ' /wd4996 ');\r
        } else {\r
                ADD_FLAG('CFLAGS', ' /wd4996 /D_USE_32BIT_TIME_T=1 ');\r
        }\r