summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2013-08-28 15:10:05 +0200
committerAnatol Belski <ab@php.net>2013-08-28 15:10:05 +0200
commitbd677b43a78ebc0779ed64781172225d15b35671 (patch)
tree64dff44ae3349c1e656b2ff66a35bbfc97535793
parent5a525bc823c6defbba151f05b9c729de11f4ff5b (diff)
downloadphp-git-bd677b43a78ebc0779ed64781172225d15b35671.tar.gz
removed the /Wp64 switch as we use true 64 bit compiler now
-rw-r--r--win32/build/config.w322
-rw-r--r--win32/build/config.w32.phpize.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/win32/build/config.w32 b/win32/build/config.w32
index 3face08a8c..3401205c8f 100644
--- a/win32/build/config.w32
+++ b/win32/build/config.w32
@@ -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 ');
}
diff --git a/win32/build/config.w32.phpize.in b/win32/build/config.w32.phpize.in
index b8bf45ea57..7b3b40633b 100644
--- a/win32/build/config.w32.phpize.in
+++ b/win32/build/config.w32.phpize.in
@@ -134,7 +134,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 ');
}