(compile_file): Don't warn about artificial functions
declared static and not defined. From-SVN: r11966
This commit is contained in:
parent
5b7540b68a
commit
d1b0168185
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user