Building testall reports the following warning.

1. cl : Command line warning D9035 : option 'GX' has been deprecated ...
   cl : Command line warning D9036 : use 'EHsc' instead of 'GX'

Following those instructions doesnt affect the results.

Index: test/Makefile.win
===================================================================
--- test/Makefile.win.orig
+++ test/Makefile.win
@@ -25,7 +25,7 @@
 
 CL = cl.exe
 
-CFLAGS = /nologo /c /MDd /W3 /Gm /GX /Zi /Od /D _DEBUG /D WIN32 /D 
APR_DECLARE_STATIC /FD 
+CFLAGS = /nologo /c /MDd /W3 /Gm /EHsc /Zi /Od /D _DEBUG /D WIN32 /D 
APR_DECLARE_STATIC /FD 
 
 .c.obj::
        $(CL) -c $< $(CFLAGS) $(INCLUDES)

--

Reply via email to