Commit f1338a2d by Jonathan Wakely Committed by Jonathan Wakely

Use const char* to fix -Wwrite-strings warning

	* include/ext/ropeimpl.h (rope::_S_dump): Use const char*.

From-SVN: r255316
parent c85d1992
2017-12-01 Jonathan Wakely <jwakely@redhat.com>
* include/ext/ropeimpl.h (rope::_S_dump): Use const char*.
* libsupc++/nested_exception.h (__throw_with_nested_impl): Add
noreturn attribute.
......
......@@ -1139,7 +1139,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
}
else
{
char* __kind;
const char* __kind;
switch (__r->_M_tag)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment