We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a525bc commit bd677b4Copy full SHA for bd677b4
win32/build/config.w32
@@ -155,7 +155,7 @@ if (VCVERS >= 1400) {
155
// disable annoying warnings. In addition, time_t defaults
156
// to 64-bit. Ask for 32-bit.
157
if (X64) {
158
- ADD_FLAG('CFLAGS', ' /wd4996 /Wp64 ');
+ ADD_FLAG('CFLAGS', ' /wd4996 ');
159
} else {
160
ADD_FLAG('CFLAGS', ' /wd4996 /D_USE_32BIT_TIME_T=1 ');
161
}
win32/build/config.w32.phpize.in
@@ -134,7 +134,7 @@ if (VCVERS >= 1400) {
134
135
136
137
138
139
140
0 commit comments