traverso-commit
[Top][All Lists]
Advanced

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

[Traverso-commit] traverso/src audiofileio/decode/FlacAudioReader...


From: Remon Sijrier
Subject: [Traverso-commit] traverso/src audiofileio/decode/FlacAudioReader...
Date: Wed, 31 Oct 2007 10:54:06 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Remon Sijrier <r_sijrier>       07/10/31 10:54:06

Modified files:
        src/audiofileio/decode: FlacAudioReader.cpp 
        src/traverso/dialogs/settings: Pages.cpp 

Log message:
        * fix compile warnings

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/audiofileio/decode/FlacAudioReader.cpp?cvsroot=traverso&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/traverso/src/traverso/dialogs/settings/Pages.cpp?cvsroot=traverso&r1=1.25&r2=1.26

Patches:
Index: audiofileio/decode/FlacAudioReader.cpp
===================================================================
RCS file: 
/sources/traverso/traverso/src/audiofileio/decode/FlacAudioReader.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- audiofileio/decode/FlacAudioReader.cpp      22 Oct 2007 16:49:42 -0000      
1.11
+++ audiofileio/decode/FlacAudioReader.cpp      31 Oct 2007 10:54:05 -0000      
1.12
@@ -182,7 +182,7 @@
                static FLAC__StreamDecoderTellStatus tell_callback(const 
FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void 
*client_data);
                static FLAC__StreamDecoderLengthStatus length_callback(const 
FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data);
                static FLAC__bool eof_callback(const FLAC__StreamDecoder 
*decoder, void *client_data);
-               static void error_callback(const FLAC__StreamDecoder *decoder, 
FLAC__StreamDecoderErrorStatus s, void *client_data){ printf("!!! %d !!!\n", 
s); };
+               static void error_callback(const FLAC__StreamDecoder *decoder, 
FLAC__StreamDecoderErrorStatus s, void *client_data){Q_UNUSED(decoder); 
Q_UNUSED(client_data); printf("!!! %d !!!\n", s); };
                static void metadata_callback(const FLAC__StreamDecoder 
*decoder, const ::FLAC__StreamMetadata *metadata, void *client_data);
                static FLAC__StreamDecoderWriteStatus write_callback(const 
FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * 
const buffer[], void *client_data);
 #endif

Index: traverso/dialogs/settings/Pages.cpp
===================================================================
RCS file: /sources/traverso/traverso/src/traverso/dialogs/settings/Pages.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- traverso/dialogs/settings/Pages.cpp 11 Oct 2007 13:01:55 -0000      1.25
+++ traverso/dialogs/settings/Pages.cpp 31 Oct 2007 10:54:05 -0000      1.26
@@ -887,6 +887,7 @@
 }
 
 PerformanceConfigPage::PerformanceConfigPage(QWidget* parent)
+       : QWidget(parent)
 {
        setupUi(this);
 




reply via email to

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