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
This commit is contained in:
parent
015fa9712b
commit
7c1ca56950
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2003-12-09 Paolo Carlini <pcaelini@suse.de>
|
||||||
|
|
||||||
* include/bits/demangle.h (struct implementation_details):
|
* include/bits/demangle.h (struct implementation_details):
|
||||||
|
@ -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; }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user