Skip to content
Snippets Groups Projects
Commit ff981616 authored by Gwenole Beauchesne's avatar Gwenole Beauchesne Committed by Jonathan Wakely
Browse files

libstdc++: Fix testsuite with -Wformat


Fix testsuite when compiling with -Wformat. Use nonnull arguments so
that -Wformat does not cause extraneous output to be reported as an
error.

FAIL: tr1/8_c_compatibility/cinttypes/functions.cc (test for excess errors)

libstdc++-v3/ChangeLog:

	* testsuite/tr1/8_c_compatibility/cinttypes/functions.cc: Use
	nonnull arguments to strtoimax() and wcstoimax() functions.

Signed-off-by: default avatarGwenole Beauchesne <gb.devel@gmail.com>
parent 723bd722
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment