On May 1, 2007, at 10:21 AM, Erik Huelsmann wrote:
On 5/1/07, Curt Arnold <[EMAIL PROTECTED]> wrote:
apr_thread_pool.c did not appear in the VC6 project in 1.2.8, but has
been added in the SVN HEAD and it fails to compile under VC6 in debug
mode due to a C++ style variable declaration. The following change
fixes the compile error.
Shouldn't the moved variable be in conditionals too? This will
introduce a warning when *not* compiling with NDEBUG, right?
bye,
Erik.
My bad, Davi did it right in his patch for this issue: http://
issues.apache.org/bugzilla/show_bug.cgi?id=42294.