Changeset fb2e916 for src/Validate


Ignore:
Timestamp:
Apr 15, 2024, 12:45:51 PM (3 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
710d0c8c, 76c7addb
Parents:
dc58e5d
Message:

Fix some warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Validate/ReplacePseudoFunc.cpp

    rdc58e5d rfb2e916  
    5555                            typedResult.strict_as<ast::ApplicationExpr>();
    5656                        return ast::deepCopy(ret);
    57                     } else if (auto posType =
    58                                    argAsDecl->type.as<ast::EnumAttrType>()) {
     57                    } else if (argAsDecl->type.as<ast::EnumAttrType>()) {
    5958                        std::cerr << "PseudoFunc: succ/pred should not be applied on EnumAttrType directly" << std::endl;
    6059                    }
Note: See TracChangeset for help on using the changeset viewer.