[Warnings] Fix the "no biggie" warnings
Thanks to friti for providing the pastebin~
This commit is contained in:
@@ -286,7 +286,7 @@ void LLTemplateMessageReader::getU8(const char *block, const char *var,
|
||||
void LLTemplateMessageReader::getBOOL(const char *block, const char *var,
|
||||
BOOL &b, S32 blocknum )
|
||||
{
|
||||
U8 value;
|
||||
U8 value(0);
|
||||
getData(block, var, &value, sizeof(U8), blocknum);
|
||||
b = (BOOL) value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user