From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9145 invoked by alias); 22 Aug 2010 08:57:05 -0000 Received: (qmail 8719 invoked by uid 48); 22 Aug 2010 08:56:47 -0000 Date: Sun, 22 Aug 2010 08:57:00 -0000 Message-ID: <20100822085647.8717.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/45372] warning coverage.c assigns -1 to unsigned, suggest -1u In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jay dot krell at cornell dot edu" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-08/txt/msg01789.txt.bz2 ------- Comment #3 from jay dot krell at cornell dot edu 2010-08-22 08:56 ------- Best imho to put in the cast to quash the warning. To be warning free -- esp. given how close you already are. Sometimes I think warning-free across a range of compilers is untenable. But you are in fact already very close. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45372