On 24 Oct 2002 02:21:44 -0500, FVWM CVS wrote: > > * style.c, FlocaleCharset.c: fixed gcc warning
Actually, both of these seem more like bugs, than warnings. Anyway, to be totally sure, in style.c I changed: if (FMiniIconsSupported && ret_style->change_mask.has_mini_icon || S_DO_EWMH_MINI_ICON_OVERRIDE(SCC(*ret_style))) to a not equivalent: if (FMiniIconsSupported && (ret_style->change_mask.has_mini_icon || S_DO_EWMH_MINI_ICON_OVERRIDE(SCC(*ret_style)))) Regards, Mikhael. -- Visit the official FVWM web page at <URL:http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]