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

libstdc++: Suppress -Waddress warning in tzdb.cc [PR108228]

For some tarets the weak symbol is always defined, so we get a warning
that its address is never null. The warning isn't useful in this case,
so suppress it.

libstdc++-v3/ChangeLog:

	PR libstdc++/108228
	* src/c++20/tzdb.cc (zoneinfo_dir): Add diagnostic pragma.
parent 61da0177
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