Changeset 53692b3 for tests/cast.cfa


Ignore:
Timestamp:
Jun 5, 2021, 3:21:19 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
bae0d35, dac16a0
Parents:
4ed7946e
Message:

second attempt to fix compile-only pragma message that gcc-10/11 quote

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/cast.cfa

    r4ed7946e r53692b3  
    1414//Dummy main
    1515int main( int argc, char const * argv[] ) {
    16         #pragma message( "Compiled" )                                           // force non-empty .expect file
     16    #pragma GCC warning "Compiled"                      // force non-empty .expect file, NO TABS!!!
    1717}
Note: See TracChangeset for help on using the changeset viewer.