This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: -mpreferred-stack-boundary=2?


> -----Original Message-----
> From: Christopher Faylor [mailto:cgf@redhat.com]
...
> Thanks for doing this and also thanks to Robert for 
> suggesting -Winline.

You might also consider trying 
>    -Werror
>    -Wall
>    -Wpointer-arith
>    -Wcast-align
>    -Wwrite-strings
>    -Wstrict-prototypes
>    -Wmissing-prototypes
>    -Wmissing-declarations
>    -Wcomments

which is (with one exception due to a coding trick used in squid, and
not AFAIK in cygwin) the standard that code in squid is expected to
compile to without warning.

Rob


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]