https://bugzilla.novell.com/show_bug.cgi?id=558841 https://bugzilla.novell.com/show_bug.cgi?id=558841#c4 Reinhard Max <max@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Reinhard Max <max@suse.com> 2011-10-11 15:01:07 CEST --- (In reply to comment #2)
What was the gcc warning?
mail.c:2943: warning: operation on 's' may be undefined mail.c:2944: warning: operation on 's' may be undefined As this still happens on SLE11, I'll leave the patch in for now and fix it as you suggested above. BTW, current gcc versions (as of 11.4 and 12.1) show another warning of the same category: folder.c:6016:11: warning: operation on '*cmp' may be undefined The line reads: *cmp = ++(*cmp) % 3; I'll change that to *cmp = ((*cmp) + 1) % 3; and add it to the patch. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.