Changeset bfa7bf0


Ignore:
Timestamp:
Jul 15, 2024, 10:45:09 AM (14 hours ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
dc1c430
Parents:
b2ca052
Message:

Silenced a warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/CandidateFinder.cpp

    rb2ca052 rbfa7bf0  
    14851485
    14861486        void Finder::postvisit( const ast::CountExpr * countExpr ) {
    1487                 const ast::UntypedExpr * untyped;
     1487                const ast::UntypedExpr * untyped = nullptr;
    14881488                if ( countExpr->type ) {
    14891489                        auto enumInst = countExpr->type.as<ast::EnumInstType>();
Note: See TracChangeset for help on using the changeset viewer.