Changeset b107885 for src


Ignore:
Timestamp:
Dec 16, 2020, 4:05:49 PM (4 years ago)
Author:
Fangren Yu <f37yu@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
a00a2c1
Parents:
8ba363e
Message:

remove warning message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Resolver.cc

    r8ba363e rb107885  
    15381538        const PtrType * handlePtrType( const PtrType * type, const ast::SymbolTable & symtab ) {
    15391539                if ( type->dimension ) {
    1540                         #warning should use new equivalent to Validate::SizeType rather than sizeType here
    15411540                        ast::ptr< ast::Type > sizeType = ast::sizeType;
    15421541                        ast::mutate_field(
Note: See TracChangeset for help on using the changeset viewer.