Changeset 158da11 in mainline
- Timestamp:
- 2018-08-03T16:57:18Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f7eb182
- Parents:
- 8ee620c
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-03 16:37:07)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-03 16:57:18)
- Location:
- uspace/app/tester/print
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/print/print3.c
r8ee620c r158da11 34 34 #define BUFFER_SIZE 32 35 35 36 #pragma GCC diagnostic ignored "-Wformat-truncation" 37 36 38 const char *test_print3(void) 37 39 { -
uspace/app/tester/print/print5.c
r8ee620c r158da11 37 37 * 38 38 */ 39 # define _HELENOS_NVERIFY_PRINTF39 #pragma GCC diagnostic ignored "-Wformat" 40 40 41 41 #include <stdio.h>
Note:
See TracChangeset
for help on using the changeset viewer.