Tru64 cc is worried:

cc: Warning: packfile.c, line 1226: The scalar variable "encoding" is fetched but not 
initialized. (uninit1)
    new_string = string_make(data, size, encoding, flags, type);
-----------------------------------------^
cc: Warning: packfile.c, line 1226: The scalar variable "type" is fetched but not 
initialized. (uninit1)
    new_string = string_make(data, size, encoding, flags, type);

----------------------------------------------------------^

"make test" passes okay, though.

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Reply via email to