diff options
author | Harald Radi <phanto@php.net> | 2002-03-17 16:20:50 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2002-03-17 16:20:50 +0000 |
commit | 2b7c7de500b63d264200e9d536c0ef58484272c3 (patch) | |
tree | 0d072ca1d30b60457a7aa00ba3316bcbc328bd79 /win32 | |
parent | 7859852a3cebdeee8dd4781e396301e1086ab085 (diff) | |
download | php-git-2b7c7de500b63d264200e9d536c0ef58484272c3.tar.gz |
reduced warninglevel to remove the annoying
warnings from the re2c generated code
Diffstat (limited to 'win32')
-rw-r--r-- | win32/php4dllts.dsp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index b409af1f47..4c74f8e333 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -1607,6 +1607,7 @@ SOURCE=..\ext\standard\url_scanner.c # Begin Source File
SOURCE=..\ext\standard\url_scanner_ex.c
+# ADD CPP /W2
# End Source File
# Begin Source File
@@ -1615,6 +1616,7 @@ SOURCE=..\ext\standard\var.c # Begin Source File
SOURCE=..\ext\standard\var_unserializer.c
+# ADD CPP /W2
# End Source File
# Begin Source File
|