(compile_file): Don't warn about artificial functions

declared static and not defined.

From-SVN: r11966
This commit is contained in:
Jason Merrill 1996-05-10 18:30:07 +00:00
parent 5b7540b68a
commit d1b0168185

View File

@ -2398,6 +2398,7 @@ compile_file (name)
|| TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (decl)))
&& DECL_INITIAL (decl) == 0
&& DECL_EXTERNAL (decl)
&& ! DECL_ARTIFICIAL (decl)
&& ! TREE_PUBLIC (decl))
{
pedwarn_with_decl (decl,