libcvd-members
[Top][All Lists]
Advanced

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

[libcvd-members] libcvd/cvd/internal builtin_components.h


From: Edward Rosten
Subject: [libcvd-members] libcvd/cvd/internal builtin_components.h
Date: Fri, 02 Nov 2007 21:21:45 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    libcvd
Changes by:     Edward Rosten <edrosten>        07/11/02 21:21:45

Modified files:
        cvd/internal   : builtin_components.h 

Log message:
        Removed some compile warnings.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libcvd/cvd/internal/builtin_components.h?cvsroot=libcvd&r1=1.6&r2=1.7

Patches:
Index: builtin_components.h
===================================================================
RCS file: /cvsroot/libcvd/libcvd/cvd/internal/builtin_components.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- builtin_components.h        7 Dec 2005 14:45:19 -0000       1.6
+++ builtin_components.h        2 Nov 2007 21:21:45 -0000       1.7
@@ -54,12 +54,12 @@
       typedef P type;
       static const unsigned int count = 1;
                  
-      static const P& get(const P& pixel, int i)
+      static const P& get(const P& pixel, int)
       {
        return pixel;
       }
 
-      static P& get(P& pixel, int i)
+      static P& get(P& pixel, int)
       {
        return pixel;
       }




reply via email to

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