Changeset 30cf6b0 for tests/.expect


Ignore:
Timestamp:
Oct 11, 2020, 10:29:06 AM (4 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:
aa90b2c
Parents:
a33704d
Message:

remove incompatible-pointer-types warning because compilers do not generate consistent messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/.expect/init1.txt

    ra33704d r30cf6b0  
    1 init1.cfa: In function '_X1fFv___1':
    2 init1.cfa:43:69: warning: initialization of 'int (*)(int)' from incompatible pointer type 'void (*)()' [-Wincompatible-pointer-types]
    3 init1.cfa:44:29: warning: assignment to 'int (*)(int)' from incompatible pointer type 'void (*)()' [-Wincompatible-pointer-types]
    41init1.cfa: In function '_X4mainFi___1':
    5 init1.cfa:132:9: note: #pragma message: Compiled
     2init1.cfa:136:9: note: #pragma message: Compiled
Note: See TracChangeset for help on using the changeset viewer.