Bugzilla – Bug 152938
ckermit-8.0.211-9: local variable used before set
Last modified: 2006-02-27 16:37:48 UTC
I just tried to compile package ckermit-8.0.211-9 with a prerelease version 4.2 of the GNU C compiler. It said ckuus6.c:2071: warning: "xx" is used uninitialized in this function The source code is if (!xx) { It seems clear from the source code that local variable "xx" is only initialised if ndialpxx is non-zero. Suggest initialise local variable "xx" at its declaration.
fixed