Changeset 7268bf1 in mainline for uspace/lib/c/test/string.c


Ignore:
Timestamp:
2024-08-22T13:03:23Z (4 weeks ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master
Children:
69d4aba
Parents:
4c25f86b
Message:

libc/test/string.c: Add GCC diagnostic category to ignore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/test/string.c

    r4c25f86b r7268bf1  
    3535#pragma GCC diagnostic ignored "-Wstringop-truncation"
    3636#pragma GCC diagnostic ignored "-Wstringop-overflow"
     37#pragma GCC diagnostic ignored "-Wstringop-overread"
    3738#endif
    3839
Note: See TracChangeset for help on using the changeset viewer.