Changeset 8591b31 in mainline for uspace/lib/c/test/string.c
- Timestamp:
- 2018-09-20T16:13:43Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cbc3587
- Parents:
- 9a5ae815
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/test/string.c
r9a5ae815 r8591b31 33 33 #include <pcut/pcut.h> 34 34 35 #ifndef __clang__ 35 36 #pragma GCC diagnostic ignored "-Wstringop-truncation" 36 37 #pragma GCC diagnostic ignored "-Wstringop-overflow" 38 #endif 37 39 38 40 PCUT_INIT;
Note:
See TracChangeset
for help on using the changeset viewer.