Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Visitor.cc

    r61255ad r5ea7a22  
    174174}
    175175
    176 void Visitor::visit( WithStmt * withStmt ) {
    177         acceptAll( withStmt->exprs, *this );
    178         maybeAccept( withStmt->stmt, *this );
    179 }
    180 
    181 void Visitor::visit( NullStmt * ) {
     176void Visitor::visit( __attribute__((unused)) NullStmt *nullStmt ) {
    182177}
    183178
Note: See TracChangeset for help on using the changeset viewer.