toon-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Toon-members] tag/tag printf.h


From: Edward Rosten
Subject: [Toon-members] tag/tag printf.h
Date: Tue, 28 Aug 2007 16:39:14 +0000

CVSROOT:        /cvsroot/toon
Module name:    tag
Changes by:     Edward Rosten <edrosten>        07/08/28 16:39:14

Modified files:
        tag            : printf.h 

Log message:
        Fixed warning.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/tag/tag/printf.h?cvsroot=toon&r1=1.6&r2=1.7

Patches:
Index: printf.h
===================================================================
RCS file: /cvsroot/toon/tag/tag/printf.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- printf.h    5 Jun 2006 22:29:50 -0000       1.6
+++ printf.h    28 Aug 2007 16:39:14 -0000      1.7
@@ -300,7 +300,7 @@
 
                template<class C, class D, int max> struct print_typelist<C, D, 
max, max>
                {
-                       static void print(std::ostream& o, const std::string& 
fmt, int fpos, const T_list<C,D>& l)
+                       static void print(std::ostream& o, const std::string& 
fmt, int fpos, const T_list<C,D>&)
                        {
                                unsigned int ppos;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]