OS X bison warning suppression

This commit is contained in:
William S Fulton 2015-08-31 14:05:04 +01:00
commit 01d4bc391c

View file

@ -3667,6 +3667,7 @@ cpp_class_decl : storage_class cpptype idcolon inherit LBRACE {
String *name = 0;
Node *n;
Classprefix = 0;
(void)$<node>5;
$$ = currentOuterClass;
currentOuterClass = Getattr($$, "nested:outer");
if (!currentOuterClass)