More warnings being taken care of.

This commit is contained in:
Jason Felds
2011-03-14 17:03:02 -04:00
parent 801f05d297
commit 49f14d2b35
11 changed files with 43 additions and 23 deletions
+3
View File
@@ -152,6 +152,9 @@ private:
* file, and no seeking is performed. */
bool m_bCRC32Enabled;
uint32_t m_iCRC32;
// Swallow up warnings. If they must be used, define them.
RageFileObj& operator=(const RageFileObj& rhs);
};
#endif