mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-02-01 22:41:28 +01:00
VS2017 warning
This commit is contained in:
parent
6417348844
commit
0812cdb6d5
@ -334,7 +334,7 @@ STATIC void CreateInfoLines(IN CONST CHAR16 *Message, OUT XStringWArray* Informa
|
||||
// }
|
||||
Information->Empty();
|
||||
// Copy strings
|
||||
CHAR16* Ptr2;
|
||||
CHAR16* Ptr2 = NULL; // VS2017 complains about uninitialized var.
|
||||
// CHAR16* Ptr2 = Information[Index++] = (CHAR16 *)(Information + Total);
|
||||
// StrCpyS(Ptr2, Length + 1, Message);
|
||||
while ((Index < Total) &&
|
||||
|
Loading…
Reference in New Issue
Block a user