demangle.h (struct implementation_details): Keep in comments the names of the unused...
authorPaolo Carlini <pcarlini@suse.de>
Tue, 9 Dec 2003 22:54:25 +0000 (22:54 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 9 Dec 2003 22:54:25 +0000 (22:54 +0000)
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

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

index c2c2da14901dd82536a7c593be5b7f4e9bd2978b..be6c8ab54489edda4fa5999e318e2563f9f5407b 100644 (file)
@@ -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>
 
        * include/bits/demangle.h (struct implementation_details):
index 8fd0e3924d0ee6e44af568e1637740aaac514ad6..751e58c871f77ad1f884beee952b2c1efee5fc7c 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; }
     };