diff options
author | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-30 20:31:51 +0000 |
---|---|---|
committer | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-30 20:31:51 +0000 |
commit | 15dc2ab074f6e55822e741b1dee69fcc35bd18ec (patch) | |
tree | 19e1c9b443b12d927bc133a2477f9ad95f47dae1 /gcc/Makefile.in | |
parent | 3f334daac55c808ee29c2ed09a640408c3045b38 (diff) | |
download | ppe42-gcc-15dc2ab074f6e55822e741b1dee69fcc35bd18ec.tar.gz ppe42-gcc-15dc2ab074f6e55822e741b1dee69fcc35bd18ec.zip |
* Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
(STRICT2_WARN): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65052 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 64491f9db52..b72040edd6f 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -141,8 +141,8 @@ coverageexts = .{da,bbg} # with other compilers. This is partially controlled by configure in # stage1, as not all versions of gcc understand -Wno-long-long. LOOSE_WARN = -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -STRICT_WARN = -Wtraditional @strict1_warn@ -STRICT2_WARN = -Wtraditional -pedantic -Wno-long-long @WERROR@ +STRICT_WARN = @strict1_warn@ +STRICT2_WARN = -pedantic -Wno-long-long @WERROR@ # This is set by --enable-checking. The idea is to catch forgotten # "extern" tags in header files. |