Changeset 28c2c9d5


Ignore:
Timestamp:
Dec 21, 2024, 12:21:36 AM (9 months ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
a5e2786f
Parents:
0cd168f
Message:

Try to fix full build by suppressing known warning's -W code under gcc 7-8-9.

File:
1 edited

Legend:

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

    r0cd168f r28c2c9d5  
    6161  #pragma GCC diagnostic push
    6262  #pragma GCC diagnostic ignored "-Wuninitialized"
     63  #pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
    6364    void case1() {
    6465        ADECL1(x, float, 5)
Note: See TracChangeset for help on using the changeset viewer.