Re: cvs commit: httpd-2.0/include http_config.h

2003-11-01 Thread Ben Laurie
Greg Stein wrote: On Fri, Oct 31, 2003 at 10:12:56PM +0100, Sander Striker wrote: From: Brad Nicholes [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 9:53 PM So what is the best way to resolve this? Currently NetWare won't build. It throws a compiler error in Metrowerks. I can

Re: cvs commit: httpd-2.0/include http_config.h

2003-10-31 Thread Brad Nicholes
What type of warning does this eliminate because for the Metrowerks compiler on NetWare, adding the void causes a type mis-match error. ### mwccnlm Compiler: #File: mod_auth_basic.c # - # 154: { AuthBasicProvider, add_authn_provider, 0, 8, ITERATE, specify the

RE: cvs commit: httpd-2.0/include http_config.h

2003-10-31 Thread Sander Striker
From: Brad Nicholes [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 9:02 PM What type of warning does this eliminate because for the Metrowerks compiler on NetWare, adding the void causes a type mis-match error. .../include/http_config.h:187: warning: function declaration isn't a

RE: cvs commit: httpd-2.0/include http_config.h

2003-10-31 Thread Brad Nicholes
So what is the best way to resolve this? Currently NetWare won't build. It throws a compiler error in Metrowerks. I can #ifdef it based on the compiler or is there a better way? Brad Brad Nicholes Senior Software Engineer Novell, Inc., the leading provider of Net business solutions

RE: cvs commit: httpd-2.0/include http_config.h

2003-10-31 Thread Sander Striker
From: Brad Nicholes [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 9:53 PM So what is the best way to resolve this? Currently NetWare won't build. It throws a compiler error in Metrowerks. I can #ifdef it based on the compiler or is there a better way? Revert. I'll live

Re: cvs commit: httpd-2.0/include http_config.h

2003-10-31 Thread Greg Stein
On Fri, Oct 31, 2003 at 10:12:56PM +0100, Sander Striker wrote: From: Brad Nicholes [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 9:53 PM So what is the best way to resolve this? Currently NetWare won't build. It throws a compiler error in Metrowerks. I can #ifdef it

Re: cvs commit: httpd-2.0/include http_config.h

2003-10-31 Thread Brad Nicholes
There is already a typedef for cmd_func which is defined as a union of function pointer types within the AP_HAVE_DESIGNATED_INITIALIZER #ifdef. I tried pulling it out of the #ifdef and replacing the the offending cmd_func with the union, but that didn't seem to work either. Brad Brad Nicholes