Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/array-collections/array-raii.hfa

    r1665ee5 r28c2c9d5  
    5959        }
    6060    }
     61  #pragma GCC diagnostic push
     62  #pragma GCC diagnostic ignored "-Wuninitialized"
     63  #pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
    6164    void case1() {
    6265        ADECL1(x, float, 5)
     
    6871        checkzero(x[0].f, x[1].f, x[2].f, x[3].f, x[4].f);
    6972    }
     73  #pragma GCC diagnostic pop
    7074
    7175    writeJunkOnStack(5);
Note: See TracChangeset for help on using the changeset viewer.