libDtWidget: Resolve some static analyser warnings

prevent usage of potentially unitialised variables.
This commit is contained in:
Peter Howkins
2014-12-23 20:05:01 +00:00
parent e54c164fe1
commit 407aa2c4b7
2 changed files with 9 additions and 1 deletions

View File

@@ -508,6 +508,10 @@ CheckFile(
else
file_changed = False;
break;
default:
/* unsupported control type */
return;
}
G_FileSize (g) = file_size;