You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ben Laurie <be...@algroup.co.uk> on 1999/10/01 21:54:14 UTC

Re: cvs commit: apache-2.0/src/lib/apr/time/unix access.c

rse@hyperreal.org wrote:
> 
> rse         99/10/01 09:18:41
> 
>   Modified:    src/lib/apr/file_io/unix dir.c fileacc.c
>                src/lib/apr/include apr_general.h
>                src/lib/apr/lib apr_cpystrn.c apr_md5.c apr_pools.c
>                         apr_slack.c
>                src/lib/apr/locks/unix crossproc.c
>                src/lib/apr/network_io/unix networkio.h poll.c sockets.c
>                         sockopt.c
>                src/lib/apr/threadproc/unix proc.c signals.c
>                src/lib/apr/time/unix access.c
>   Log:
>   Ok, today it bored me too much that APR shouts many pages with warnings under
>   --with-option=devel (which has maximum -W's enabled which are still practical
>   for Apache), so I investiged an hour and did a quick cleanup of the APR
>   sources.
> 
>   Please guys, if you're using gcc, please _always_ at least use -Wall for
>   compiling Apache. You will be surprised how much mistakes it catches easily. I
>   don't want to say you have to use the maximum -W approach I personally prefer,
>   but Apache's sources should always at least pass -Wall silently, I think.
>   Thanks.

Arg. Fixing it with millions of evil casts is not better than the
warnings were! Also, why the pointless variable name changes (which seem
to be the bulk of this patch)?

Cheers,

Ben.

--
http://www.apache-ssl.org/ben.html

"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
     - Indira Gandhi