Fixed some minor compiler warnings

This commit is contained in:
Alex Szpakowski
2014-03-01 21:16:01 -04:00
parent ec0f428c4f
commit 55514720a6
21 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ public:
/**
* Destructor. Should free internal buffer.
**/
virtual ~Decoder() {};
virtual ~Decoder() {}
/**
* Decodes the next chunk of the music stream, this will usually be
+1 -1
View File
@@ -183,4 +183,4 @@ void FLACDecoder::error_callback(FLAC__StreamDecoderErrorStatus status)
} // sound
} // love
#endif // 0
#endif // 0
+1 -1
View File
@@ -146,4 +146,4 @@ int GmeDecoder::getBitDepth() const
} // sound
} // love
#endif // LOVE_SUPPORT_GME
#endif // LOVE_SUPPORT_GME