------- Comment #11 from mike at codeweavers dot com 2006-01-26 03:02 ------- Unfortunately statement expressions don't look like portable C. The (windowsx.h) macros we use in Wine are Windows macros and can't be changed. To get rid of these warnings it's likely we'll have to turn off the computed value not used warning, which used to show some useful warnings...
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24900