libcvd-members
[Top][All Lists]
Advanced

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

[libcvd-members] libcvd/cvd_src/OSX videosource_noqtbuffer.cc


From: Gerhard Reitmayr
Subject: [libcvd-members] libcvd/cvd_src/OSX videosource_noqtbuffer.cc
Date: Mon, 21 Dec 2009 13:02:13 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    libcvd
Changes by:     Gerhard Reitmayr <gerhard>      09/12/21 13:02:13

Modified files:
        cvd_src/OSX    : videosource_noqtbuffer.cc 

Log message:
        commented unused args to avoid warnings

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libcvd/cvd_src/OSX/videosource_noqtbuffer.cc?cvsroot=libcvd&r1=1.3&r2=1.4

Patches:
Index: videosource_noqtbuffer.cc
===================================================================
RCS file: /cvsroot/libcvd/libcvd/cvd_src/OSX/videosource_noqtbuffer.cc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- videosource_noqtbuffer.cc   20 Nov 2009 16:31:41 -0000      1.3
+++ videosource_noqtbuffer.cc   21 Dec 2009 13:02:13 -0000      1.4
@@ -2,17 +2,17 @@
 #include <cvd/OSX/qtbuffer.h>
 namespace CVD{
 
-       template <> VideoBuffer<vuy422> * makeQTBuffer( const ImageRef & size, 
int input, bool showsettings, bool verbose)
+       template <> VideoBuffer<vuy422> * makeQTBuffer( const ImageRef & 
/*size*/, int /*input*/, bool /*showsettings*/, bool /*verbose*/)
        {
                throw VideoSourceException("QTBuffer is not compiled in to 
libcvd.");
        }
 
-       template <> VideoBuffer<yuv422> * makeQTBuffer( const ImageRef & size, 
int input, bool showsettings, bool verbose)
+       template <> VideoBuffer<yuv422> * makeQTBuffer( const ImageRef & 
/*size*/, int /*input*/, bool /*showsettings*/, bool /*verbose*/)
        {
                throw VideoSourceException("QTBuffer is not compiled in to 
libcvd.");
        }
        
-       template <> VideoBuffer<Rgb<byte> > * makeQTBuffer( const ImageRef & 
size, int input, bool showsettings, bool verbose)
+       template <> VideoBuffer<Rgb<byte> > * makeQTBuffer( const ImageRef & 
/*size*/, int /*input*/, bool /*showsettings*/, bool /*verbose*/)
        {
                throw VideoSourceException("QTBuffer is not compiled in to 
libcvd.");
        }




reply via email to

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