This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Compiling some files with -Werror?
- From: Diego Novillo <dnovillo at redhat dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 16 Jan 2003 10:28:31 -0500
- Subject: Compiling some files with -Werror?
- Organization: Red Hat Canada
I'd like to add -Werror to CFLAGS when building all the tree-ssa
files, but I can't enable it globally because many files in the
rest of the compiler have warnings in them.
Is there a way of specifying a per-file CFLAGS setting?
Thanks. Diego.