You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Günter Knauf <ef...@gmx.net> on 2001/10/03 16:08:33 UTC

[PATCH] proxy_http.c fixed type of pragma var

Hi,
with recent changes to mod_proxy now compilition breaks with CW6, CW5 and gcc give warnings.
If defining pragma as const char is a problem on other platforms at least a cast it needed.

In adddition Pavel told me that gcc warns about this:
src/modules/proxy/proxy_http.c:477:4: warning: "/*" within comment

both issues fixed in attached patch2 and tested for NetWare with CW, gcc and for Win32 with MSVC6.

Guenter.