From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3336 invoked by alias); 16 Jun 2007 17:20:45 -0000 Received: (qmail 3306 invoked by uid 48); 16 Jun 2007 17:20:35 -0000 Date: Sat, 16 Jun 2007 17:20:00 -0000 Subject: [Bug c++/32368] New: warnings from system headers not supressed. X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pluto at agmk dot net" 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: 2007-06/txt/msg01284.txt.bz2 $ g++ -isystem sys x.cpp -c -Wall -O sys/x.hpp: In function 'int main()': sys/x.hpp:7: warning: 'i' is used uninitialized in this function sys/x.hpp:6: note: 'i' was declared here i ran into this during playing with new boost libraries. -- Summary: warnings from system headers not supressed. Product: gcc Version: 4.1.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pluto at agmk dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32368