Merge pull request #1371 from eightyeight/vs2015-warnings-1

Random VS warnings
This commit is contained in:
Daniel Buckmaster 2015-07-25 10:55:45 +10:00
commit d91ec87d3e
3 changed files with 4 additions and 4 deletions

View file

@ -310,7 +310,7 @@ protected:
U8 *data; ///< Allocated data (size is BlockSize)
U32 size; ///< Bytes used in data
CodeData *next; ///< Next block
};
} CodeData;
/// @name Emitted code
/// {