Changeset 06e0f37 in mainline
- Timestamp:
- 2019-08-17T12:22:31Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cd76bbd5
- Parents:
- d3db35b
- Location:
- uspace/lib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/test/stdio/scanf.c
rd3db35b r06e0f37 43 43 44 44 #pragma GCC diagnostic ignored "-Wformat-zero-length" 45 #pragma GCC diagnostic ignored "-Wformat" 46 #pragma GCC diagnostic ignored "-Wformat-extra-args" 45 47 46 48 PCUT_INIT; -
uspace/lib/c/test/string.c
rd3db35b r06e0f37 28 28 29 29 /* Prevent an error from being generated */ 30 # undef _HELENOS_SOURCE30 #define _REALLY_WANT_STRING_H 31 31 #include <string.h> 32 #define _HELENOS_SOURCE33 32 #include <pcut/pcut.h> 34 33 -
uspace/lib/posix/test/stdlib.c
rd3db35b r06e0f37 33 33 #include <stdlib.h> 34 34 #include <unistd.h> 35 36 #pragma GCC diagnostic ignored "-Wdeprecated-declarations" 35 37 36 38 PCUT_INIT;
Note:
See TracChangeset
for help on using the changeset viewer.