Author: kotkov
Date: Wed Apr 26 13:31:37 2023
New Revision: 1909433
URL: http://svn.apache.org/viewvc?rev=1909433&view=rev
Log:
* SConstruct: Threat warning C4013 ('function' undefined; assuming extern
returning int) as error, similiarly to r1909253 in CMakeLists.txt.
Modified:
serf/trunk/SConstruct
Modified: serf/trunk/SConstruct
URL:
http://svn.apache.org/viewvc/serf/trunk/SConstruct?rev=1909433&r1=1909432&r2=1909433&view=diff
==============================================================================
--- serf/trunk/SConstruct (original)
+++ serf/trunk/SConstruct Wed Apr 26 13:31:37 2023
@@ -309,6 +309,7 @@ else:
'/wd4100', # Unused argument
'/wd4127', # Conditional expression is constant
'/wd4706', # Assignment within conditional expression
+ '/we4013', # 'function' undefined; assuming extern
returning int
])
# Choose runtime and optimization