about summary refs log tree commit diff
path: root/stdio-common/tst-printfsz.c
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate -Wno-format from printf/scanf tests.Roland McGrath2014-12-111-0/+4
|
* Disable -Wdeprecated-declarations for register_printf_function calls in ↵Joseph Myers2014-12-101-0/+7
| | | | | | | | | | | | | | | | | | | | tst-printfsz.c. This patch uses diagnostic control pragmas to disable warnings in stdio-common/tst-printfsz.c for use of the deprecated register_printf_function. Because this test is testing printf_size and printf_size_info, and the latter has the interface expected for register_printf_function instead of the newer register_printf_specifier, it seems correct for this test to use the deprecated interface (wrapping printf_size_info in some way to use register_printf_specifier would seem an excessive change to what's tested). Tested for x86_64. * stdio-common/tst-printfsz.c: Include <libc-internal.h>. (main): Disable -Wdeprecated-declarations around calls to register_printf_function.
* * tst-trans.c: Include <stdlib.h> and <string.h>.Andreas Jaeger2000-06-211-0/+1
| | | | | | 2000-06-21 Andreas Jaeger <aj@suse.de> * tst-trans.c: Include <stdlib.h> and <string.h>.
* Add description of printf_size and printf_size_info.Ulrich Drepper1997-04-191-0/+66