From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Paul Eggert Cc: egcs@cygnus.com Subject: No Subject Date: Fri, 26 Sep 1997 20:48:00 -0000 Message-id: <25899.875332240@hurl.cygnus.com> X-SW-Source: 1997-09/msg01017.html Fri Sep 26 08:54:59 1997 Paul Eggert * c-typeck.c (build_binary_op): Warn about comparing signed vs unsigned if -W is specified and -Wno-sign-compare is not. * c-decl.c (warn_sign_compare): Initialize to -1. (c_decode_option): -Wall no longer implies -Wsign-compare. I've installed this patch into egcs. Thanks, Jeff