Ignore:
Timestamp:
May 23, 2019, 10:17:12 AM (5 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
a2e758e
Parents:
c957e7f
Message:

Silenced a warning and removed trailing whitespace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/GenericSubstitution.cpp

    rc957e7f r0b57626  
    3232
    3333                void previsit( const Type * ty ) {
    34                         assertf( false, "Attempted generic substitution for non-aggregate type: %s", 
     34                        assertf( false, "Attempted generic substitution for non-aggregate type: %s",
    3535                                toString( ty ).c_str() );
    3636                }
Note: See TracChangeset for help on using the changeset viewer.