mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Fixed some minor compiler warnings
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -183,4 +183,4 @@ void FLACDecoder::error_callback(FLAC__StreamDecoderErrorStatus status)
|
||||
} // sound
|
||||
} // love
|
||||
|
||||
#endif // 0
|
||||
#endif // 0
|
||||
|
||||
@@ -146,4 +146,4 @@ int GmeDecoder::getBitDepth() const
|
||||
} // sound
|
||||
} // love
|
||||
|
||||
#endif // LOVE_SUPPORT_GME
|
||||
#endif // LOVE_SUPPORT_GME
|
||||
|
||||
Reference in New Issue
Block a user