Description of problem: I just tried to compile silky-0.5.2-1 from Redhat Fedora Extras development tree. The Intel compiler said support.c(85): remark #592: variable "iter" is used before its value is set The source code is GtkTreeIter iter; gboolean valid; SilcClientID *stored_clientid; debug("get_nicklist_iter_by_clientid()"); if (!client_id) { debug("Did not get client_id"); return iter; Suggest init local variable iter before first use. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Hi and thanks for the report. The bug had been already fixed in the upstream CVS. Next release of Silky containing the fix shall be released soon. We are already in string freeze for release candidate. Yours, Toni Willberg author of Silky