Respond to more g++ warnings relating to initializing structures.
This commit is contained in:
@ -365,9 +365,9 @@ try_to_debug ()
|
||||
|
||||
BOOL dbg;
|
||||
|
||||
PROCESS_INFORMATION pi = {0};
|
||||
PROCESS_INFORMATION pi = {NULL, 0, 0, 0};
|
||||
|
||||
STARTUPINFO si = {0};
|
||||
STARTUPINFO si = {0, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL};
|
||||
si.lpReserved = NULL;
|
||||
si.lpDesktop = NULL;
|
||||
si.dwFlags = 0;
|
||||
|
Reference in New Issue
Block a user