c-decl.c (duplicate_decls): If `warn_traditional'...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sat, 16 Jan 1999 16:43:26 +0000 (16:43 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sat, 16 Jan 1999 16:43:26 +0000 (16:43 +0000)
commitdb838bb85b280d924ff9967471871739c129ff73
tree4e24c495d7d31a07ed1376639f33476cba7c7068
parent9e3685d5f463193242bece7e381f467165adf66c
c-decl.c (duplicate_decls): If `warn_traditional'...

        * c-decl.c (duplicate_decls): If `warn_traditional', warn when
        a non-static function declaration follows a static one.
        * invoke.texi (-Wtraditional): Document the extra check now done
        by this flag.

From-SVN: r24703
gcc/ChangeLog
gcc/c-decl.c
gcc/invoke.texi