This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] Comment out name of unused argument


This fixes bootstrapping with -Werror.


2000-06-28  Chip Salzenberg  <chip@valinux.com>

	* bits/locale_facets.h (ctype<>::ctype(size_t)): Comment out name
	of unused argument, to avoid warnings.

Index: locale_facets.h
diff -u -2 -p -c -r1.5 locale_facets.h
cvs server: conflicting specifications of output style
*** locale_facets.h	2000/06/13 02:13:53	1.5
--- locale_facets.h	2000/06/28 23:41:33
*************** namespace std
*** 395,399 ****
  
        explicit 
!       ctype(size_t __refs = 0) throw();
  
      protected:
--- 395,399 ----
  
        explicit 
!       ctype(size_t /*__refs*/ = 0) throw();
  
      protected:

-- 
Chip Salzenberg              - a.k.a. -              <chip@valinux.com>
"I wanted to play hopscotch with the impenetrable mystery of existence,
    but he stepped in a wormhole and had to go in early."  // MST3K

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]