Ignore:
File:
1 edited

Legend:

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

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