Skip to content
Snippets Groups Projects
Commit d797202c authored by Iain Sandoe's avatar Iain Sandoe
Browse files

libstdc++: Suppress an attribute suggestion warning [PR116853].


This warning is triggering during the build and breaking bootstrap on
at least two targets.  The warning appears valid, but the final fix for
it is not yet clear.

In the meantime, to restore bootstrap, the following patch ignores the
warning in the relevant code section.

	PR libstdc++/116853

libstdc++-v3/ChangeLog:

	* include/bits/basic_string.h: Ignore suggest-attribute=format
	warning when using posix vsnprintf in to_string() implementations.

Signed-off-by: default avatarIain Sandoe <iain@sandoe.co.uk>
parent c45844eb
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