Fix some "'var' may be used uninitialized" warnings
commita06b0673d8de6e65e8df00aafd2a7575adca6d38
authorBrad Jorsch <anomie@users.sourceforge.net>
Tue, 9 Aug 2011 20:13:13 +0000 (9 16:13 -0400)
committerCarlos R. Mafra <crmafra@gmail.com>
Tue, 9 Aug 2011 21:45:34 +0000 (9 23:45 +0200)
tree5def739f4205c1069931a51f5ff8433e9697767a
parentd9296ff9a4f3e769f7884c43aefbad57f172493c
Fix some "'var' may be used uninitialized" warnings

The one in WPrefs.app/Appearance.c is indirect: the function might
be inlined and might return an uninitialized value, which causes gcc to
complain that the caller might use that uninitialized return value.
WPrefs.app/Appearance.c
util/wmmenugen_parse_xdg.c