Commit 7c1ca569 by Paolo Carlini Committed by Paolo Carlini

demangle.h (struct implementation_details): Keep in comments the names of the unused parameters.

2003-12-09  Paolo Carlini  <pcaelini@suse.de>

	* include/bits/demangle.h (struct implementation_details):
	Keep in comments the names of the unused parameters.

From-SVN: r74478
parent 015fa971
2003-12-09 Paolo Carlini <pcaelini@suse.de> 2003-12-09 Paolo Carlini <pcaelini@suse.de>
* include/bits/demangle.h (struct implementation_details):
Keep in comments the names of the unused parameters.
2003-12-09 Paolo Carlini <pcaelini@suse.de>
* include/bits/demangle.h (struct implementation_details): * include/bits/demangle.h (struct implementation_details):
Fix unused parameters warning. Fix unused parameters warning.
......
...@@ -335,7 +335,8 @@ namespace __gnu_cxx ...@@ -335,7 +335,8 @@ namespace __gnu_cxx
bool get_style_sizeof_typename(void) const bool get_style_sizeof_typename(void) const
{ return (M_style & style_sizeof_typename); } { return (M_style & style_sizeof_typename); }
// This can be overridden by user implementations. // This can be overridden by user implementations.
virtual bool decode_real(char*, unsigned long*, size_t) const virtual bool decode_real(char* /* output */, unsigned long* /* input */,
size_t /* size_of_real */) const
{ return false; } { return false; }
}; };
......
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