glibc/stdio-common
Joseph Myers 0f88636c09 Disable -Wdeprecated-declarations for register_printf_function calls in 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.
2014-12-10 00:44:54 +00:00
..
bits
_i18n_number.h
_itoa.c
_itowa.c
_itowa.h
asprintf.c
bug1.c
bug1.input
bug2.c
bug3.c
bug4.c
bug5.c
bug6.c
bug6.input
bug7.c
bug8.c
bug9.c
bug10.c
bug11.c
bug12.c
bug13.c
bug14.c
bug16.c
bug17.c
bug18.c
bug18a.c
bug19.c
bug19a.c
bug20.c
bug21.c Add macros for diagnostic control, use for scanf %a tests. 2014-12-10 00:41:19 +00:00
bug22.c
bug23.c
bug24.c
bug25.c
bug26.c
bug-vfprintf-nargs.c
ctermid.c
cuserid.c
Depend
dprintf.c
errlist.c
errnobug.c
flockfile.c
fprintf.c
fscanf.c
ftrylockfile.c
funlockfile.c
fxprintf.c
getline.c
getw.c
isoc99_fscanf.c
isoc99_scanf.c
isoc99_sscanf.c
isoc99_vfscanf.c
isoc99_vscanf.c
isoc99_vsscanf.c
itoa-digits.c
itoa-udigits.c
itowa-digits.c
Makefile
perror.c Fix perror fileno namespace (bug 17633). 2014-11-24 15:59:15 +00:00
printf_fp.c Fix __printf_fp wmemset namespace (bug 17574). 2014-11-12 22:38:11 +00:00
printf_fphex.c
printf_size.c
printf-parse.h
printf-parsemb.c
printf-parsewc.c
printf-prs.c
printf.c
printf.h
psiginfo-data.h
psiginfo-define.h
psiginfo.c
psignal.c
putw.c
reg-modifier.c
reg-printf.c
reg-type.c
remove.c
rename.c
renameat.c
scanf1.c
scanf2.c
scanf3.c
scanf4.c
scanf5.c
scanf7.c
scanf8.c
scanf9.c
scanf10.c
scanf11.c
scanf12.c
scanf12.input
scanf13.c
scanf14.c Add macros for diagnostic control, use for scanf %a tests. 2014-12-10 00:41:19 +00:00
scanf15.c
scanf16.c
scanf17.c
scanf.c
siglist.c Remove stray *_internal aliases (bug 14132). 2014-10-09 01:11:14 +00:00
snprintf.c
sprintf.c
sscanf.c
stdio_ext.h
stdio_lim.h.in
tempnam.c
tempname.c
temptest.c
test_rdwr.c
test-fseek.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
test-fwrite.c
test-popen.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
test-vfprintf.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tfformat.c
tiformat.c
tllformat.c
tmpfile64.c
tmpfile.c
tmpnam_r.c
tmpnam.c
tst-cookie.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-fdopen.c
tst-ferror.c
tst-ferror.input
tst-fgets.c
tst-fileno.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-fmemopen2.c
tst-fmemopen.c Fix stdio-common/tst-fmemopen.c format warnings. 2014-11-27 03:25:15 +00:00
tst-fphex-wide.c
tst-fphex.c
tst-fseek.c
tst-fwrite.c
tst-gets.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-gets.input
tst-grouping.c
tst-long-dbl-fphex.c
tst-obprintf.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-perror.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-popen2.c
tst-popen.c
tst-printf-round.c Fix warning in stdio-common/tst-printf-round.c. 2014-11-25 23:31:21 +00:00
tst-printf.c
tst-printf.sh
tst-printfsz.c Disable -Wdeprecated-declarations for register_printf_function calls in tst-printfsz.c. 2014-12-10 00:44:54 +00:00
tst-put-error.c
tst-rndseek.c
tst-setvbuf1.c
tst-setvbuf1.expect
tst-sprintf2.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-sprintf3.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-sprintf.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-sscanf.c
tst-swprintf.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-swscanf.c
tst-tmpnam.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-unbputc.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-unbputc.sh
tst-ungetc.c
tst-unlockedio.c Disable -Wdiv-by-zero for some tests in stdio-common/tst-unlockedio.c. 2014-12-10 00:43:36 +00:00
tst-wc-printf.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tstdiomisc.c
tstgetln.c
tstgetln.input
tstscanf.c
tstscanf.input
Versions
vfprintf.c
vfscanf.c
vfwprintf.c
vfwscanf.c
vprintf.c
xbug.c