From 7c1ca56950e508e9effafa7de349db2e77f9d7a8 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Tue, 9 Dec 2003 22:54:25 +0000 Subject: demangle.h (struct implementation_details): Keep in comments the names of the unused parameters. 2003-12-09 Paolo Carlini * include/bits/demangle.h (struct implementation_details): Keep in comments the names of the unused parameters. From-SVN: r74478 --- libstdc++-v3/include/bits/demangle.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libstdc++-v3/include') diff --git a/libstdc++-v3/include/bits/demangle.h b/libstdc++-v3/include/bits/demangle.h index 8fd0e39..751e58c 100644 --- a/libstdc++-v3/include/bits/demangle.h +++ b/libstdc++-v3/include/bits/demangle.h @@ -335,7 +335,8 @@ namespace __gnu_cxx bool get_style_sizeof_typename(void) const { return (M_style & style_sizeof_typename); } // 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; } }; -- cgit v1.1