Changeset 8591b31 in mainline for uspace/lib/c/test/string.c


Ignore:
Timestamp:
2018-09-20T16:13:43Z (6 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cbc3587
Parents:
9a5ae815
Message:

Fix most clang issues

Build error in futex.c remains because the proper solution of using
type _Atomic(fibril_t *) can't be parsed by sycek.

File:
1 edited

Legend:

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

    r9a5ae815 r8591b31  
    3333#include <pcut/pcut.h>
    3434
     35#ifndef __clang__
    3536#pragma GCC diagnostic ignored "-Wstringop-truncation"
    3637#pragma GCC diagnostic ignored "-Wstringop-overflow"
     38#endif
    3739
    3840PCUT_INIT;
Note: See TracChangeset for help on using the changeset viewer.