OSDN Git Service

2003-12-09 Paolo Carlini <pcaelini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Dec 2003 22:54:25 +0000 (22:54 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Dec 2003 22:54:25 +0000 (22:54 +0000)
* include/bits/demangle.h (struct implementation_details):
Keep in comments the names of the unused parameters.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74478 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/demangle.h

index c2c2da1..be6c8ab 100644 (file)
@@ -1,4 +1,9 @@
 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):
        Fix unused parameters warning.
index 8fd0e39..751e58c 100644 (file)
@@ -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; }
     };