From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25998 invoked by alias); 26 Sep 2003 11:28:51 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 25985 invoked from network); 26 Sep 2003 11:28:49 -0000 Received: from unknown (HELO bela.bezeqint.net) (192.115.106.24) by sources.redhat.com with SMTP; 26 Sep 2003 11:28:49 -0000 Received: from gur (bzq-218-110-200.red.bezeqint.net [81.218.110.200]) by bela.bezeqint.net (Bezeq International SMTP out Mail Server) with SMTP id 20D1C340E1; Fri, 26 Sep 2003 14:18:20 +0300 (IDT) Message-ID: <005001c38429$65ac1d90$0956da51@gur> From: "Eitan" To: , Subject: need help Date: Fri, 26 Sep 2003 11:28:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1255" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-SW-Source: 2003-09/txt/msg00290.txt.bz2 Hello I have several questions: 1. Is there a list of known warnings and errors generated from the GCC on the web? I mean a list that would shortly explain the reason for it. Something like MSDN - heaven forbids!!! :-). 2. I get an annoying warning message - "warning: too many arguments for format". What does it mean? 3. Good programing parctice - If I have a static global variable, that is defined in one file, but not used in it - why is it a bad thing (I get a warning)? Thanks a lot and have a good weekend Eitan Gur