This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
disabling warnings by identification number
- From: Sashan Govender <sashang at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 25 Oct 2004 14:01:05 +1300
- Subject: disabling warnings by identification number
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=h8frPH6KKXVCoJyL3Tu6CzdoOmKCUDxR1vDJr9b5TE1jmNT3L/nxVXoSQ0WT4M10WzxHup1Qr9RvKKIk/WYclCkQFPYV4Ss/JQkzKPQLmb2eIJvmt18XCfh2WvzE7DDFt1CrRiN6VSYxQA0Woqe+Z7dZ/kHM0ZW58aDIzwPXHCc=
- Reply-to: Sashan Govender <sashang at gmail dot com>
Is there a way to disable warnings by an identification number? For
example something like this:
g++ -W-disable-<some number>
And if so, is there a table of warning numbers and there corresponding
meaning? I've looked at the information related to warnings here
http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#Warning-Options
but don't see anything.
Thanks
(Please CC replies since I am not subscribed to this list)