Skip to content

Commit

Permalink
OS X bison warning suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Aug 31, 2015
1 parent ab8f052 commit 01d4bc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/CParse/parser.y
Expand Up @@ -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)
Expand Down

0 comments on commit 01d4bc3

Please sign in to comment.