Ignore:
Timestamp:
Jun 8, 2023, 2:02:06 PM (14 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ast-experimental, master
Children:
334801b
Parents:
55266c7
Message:

Removed some warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/CommonType.cc

    r55266c7 r918e4165  
    10171017                void postvisit( const ast::TraitInstType * ) {}
    10181018
    1019                 void postvisit( const ast::TypeInstType * inst ) {}
    1020 
    1021                 void postvisit( const ast::TupleType * tuple) {
     1019                void postvisit( const ast::TypeInstType * ) {}
     1020
     1021                void postvisit( const ast::TupleType * tuple ) {
    10221022                        tryResolveWithTypedEnum( tuple );
    10231023                }
Note: See TracChangeset for help on using the changeset viewer.