You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dean Gaudet <dg...@arctic.org> on 1997/09/02 08:34:05 UTC

Re: Should opt in set_options be a short instead of a char?

Already fixed in 1.3, it should properly be of type "allow_options_t",
which is defined in some .h I forget. 

Dean

On Thu, 28 Aug 1997, Charles Randall wrote:

> In Apache 1.2.4...
> 
> Should the opt variable in set_options (in http_core.c) be a short
> instead of a char?
> 
> % gcc -c -Wall -pedantic http_core.c
> http_core.c: In function `set_options':
> http_core.c:537: warning: overflow in implicit constant conversion
> http_core.c:539: warning: overflow in implicit constant conversion
> 
> Charles F. Randall
> crandall@matchlogic.com
> MatchLogic, Inc.
> 
> 
>