From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2152 invoked by alias); 9 Dec 2009 11:27:47 -0000 Received: (qmail 2144 invoked by uid 22791); 9 Dec 2009 11:27:46 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 09 Dec 2009 11:27:40 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1NIKhl-0003Bi-Un; Wed, 09 Dec 2009 06:27:38 -0500 From: Eli Zaretskii To: Phil Muldoon CC: teawater@gmail.com, gdb-patches@sourceware.org, tromey@redhat.com In-reply-to: <4B1F55EE.8080603@redhat.com> (message from Phil Muldoon on Wed, 09 Dec 2009 07:46:54 +0000) Subject: Re: [python][patch] And range method to type Reply-to: Eli Zaretskii References: <4B1929DC.7070809@redhat.com> <4B1A25B0.1090903@redhat.com> <4B1E5F1C.4030202@redhat.com> <4B1F55EE.8080603@redhat.com> Message-Id: Date: Wed, 09 Dec 2009 11:27:00 -0000 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-12/txt/msg00129.txt.bz2 > Date: Wed, 09 Dec 2009 07:46:54 +0000 > From: Phil Muldoon > CC: gdb-patches ml , Tom Tromey , Eli Zaretskii > > > > I make the cvs-head get: > > > cc1: warnings being treated as errors > > ../../src/gdb/python/py-type.c: In function 'typy_range': > > ../../src/gdb/python/py-type.c:285: warning: 'high' may be used > > uninitialized in this function > > ../../src/gdb/python/py-type.c:285: warning: 'low' may be used > > uninitialized in this function > > I do not see this on my build at all. Are you compiling without optimizations, per chance? AFAIK, this warning is only produced in optimized compilations.