Changeset 06e0f37 in mainline for uspace/lib/c/test/stdio/scanf.c


Ignore:
Timestamp:
2019-08-17T12:22:31Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cd76bbd5
Parents:
d3db35b
Message:

Mask more test diagnostics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/test/stdio/scanf.c

    rd3db35b r06e0f37  
    4343
    4444#pragma GCC diagnostic ignored "-Wformat-zero-length"
     45#pragma GCC diagnostic ignored "-Wformat"
     46#pragma GCC diagnostic ignored "-Wformat-extra-args"
    4547
    4648PCUT_INIT;
Note: See TracChangeset for help on using the changeset viewer.