Skip to content
Snippets Groups Projects
Commit d083c8c8 authored by Jonathan Wakely's avatar Jonathan Wakely
Browse files

libstdc++: Fix unused warning for new variable

This newly-introduced variable isn't used on all paths, so add the
[[maybe_unused]] attribute.

libstdc++-v3/ChangeLog:

	* src/c++11/random.cc (random_device::_M_init): Add maybe_unused
	attribute.
parent eab57b82
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