Commit 78e68f88 by Gabriel Dos Reis Committed by Gabriel Dos Reis

Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.

        * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
        (STRICT2_WARN): Likewise.

From-SVN: r65052
parent 7c71dc2b
2003-03-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
* Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
(STRICT2_WARN): Likewise.
2003-03-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2003-03-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
PR other/6955 PR other/6955
......
...@@ -141,8 +141,8 @@ coverageexts = .{da,bbg} ...@@ -141,8 +141,8 @@ coverageexts = .{da,bbg}
# with other compilers. This is partially controlled by configure in # with other compilers. This is partially controlled by configure in
# stage1, as not all versions of gcc understand -Wno-long-long. # stage1, as not all versions of gcc understand -Wno-long-long.
LOOSE_WARN = -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes LOOSE_WARN = -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
STRICT_WARN = -Wtraditional @strict1_warn@ STRICT_WARN = @strict1_warn@
STRICT2_WARN = -Wtraditional -pedantic -Wno-long-long @WERROR@ STRICT2_WARN = -pedantic -Wno-long-long @WERROR@
# This is set by --enable-checking. The idea is to catch forgotten # This is set by --enable-checking. The idea is to catch forgotten
# "extern" tags in header files. # "extern" tags in header files.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment