libDtWidget: Resolve some static analyser warnings
prevent usage of potentially unitialised variables.
This commit is contained in:
@@ -508,6 +508,10 @@ CheckFile(
|
||||
else
|
||||
file_changed = False;
|
||||
break;
|
||||
|
||||
default:
|
||||
/* unsupported control type */
|
||||
return;
|
||||
}
|
||||
|
||||
G_FileSize (g) = file_size;
|
||||
|
||||
Reference in New Issue
Block a user