Commit c18736ac by Nicola Pero

Remove spurious warnings of the like '__objc_class_ref_NSObject defined but

not used'

From-SVN: r48648
parent c9f115ad
......@@ -8308,6 +8308,7 @@ handle_class_ref (chain)
decl = build_decl (VAR_DECL, get_identifier (string), string_type_node);
DECL_INITIAL (decl) = exp;
TREE_STATIC (decl) = 1;
TREE_USED (decl) = 1;
pushdecl (decl);
rest_of_decl_compilation (decl, 0, 0, 0);
......
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