ttsnoop: Resolve uninitialized warnings
This commit is contained in:
committed by
Jon Trulson
parent
35c9fd24a3
commit
20e2618097
@@ -317,7 +317,7 @@ _DtTtMessageUpdate(
|
||||
if (tt_is_err( status ) || (instance == 0)) {
|
||||
return;
|
||||
}
|
||||
char *func;
|
||||
char *func = NULL;
|
||||
switch (choice) {
|
||||
case _DtStringChooseMessageOtype:
|
||||
status = tt_message_otype_set( msg, val );
|
||||
|
||||
Reference in New Issue
Block a user