Skip to content
Snippets Groups Projects
Commit 9ce13d4f authored by Jan David Mol's avatar Jan David Mol
Browse files

bug 1362: prevent compiler warning

parent 1518bb14
No related branches found
No related tags found
No related merge requests found
...@@ -145,7 +145,7 @@ MSWriterFile::~MSWriterFile() ...@@ -145,7 +145,7 @@ MSWriterFile::~MSWriterFile()
void MSWriterFile::write(StreamableData *data) void MSWriterFile::write(StreamableData *data)
{ {
uint32_t magicValue; uint32_t magicValue = 0; // initialise to satisfy compiler
if (itsOldFileFormat) { if (itsOldFileFormat) {
ASSERT( FastFileStream::alignment == 512 ); ASSERT( FastFileStream::alignment == 512 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment