Ignore:
Timestamp:
Dec 20, 2024, 10:52:16 AM (5 weeks ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
b05d79d
Parents:
df91e15
Message:

Solved the requested warning with exceptions. Also went through the exceptions tests and managed to remove about 2/3rds of them from the lax list that now either didn't have any warnings or warnings because of the test itself.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/exceptions/virtual-cast.cfa

    rdf91e15 rd3cf623  
    9393}
    9494
    95 int main (int argc, char * argv[]) {
    96 
     95int main() {
    9796        gamma * tri = malloc(); tri->virtual_table = &_gamma_vtable_instance;
    9897        beta * mid = (virtual beta *)tri;
Note: See TracChangeset for help on using the changeset viewer.