compile wine with icc

Eric Pouech eric.pouech at wanadoo.fr
Tue Nov 1 14:42:29 CST 2005


Dimi Paun wrote:
> On Sat, 2005-10-29 at 14:58 +0200, Tomas Carnecky wrote:
> 
>>>I used something like CFLAGS="-g -Wbrief 
>>>-wd108,144,167,181,188,193,279,556,810,869,981,1287,1418,1419,1572"
> 
> 
> I suppose these disables some warnings. Wouldn't they be useful 
> for Wine if fixed?
> 
well, not all of them as you can see
#108	bit field on signed type
#111	statement is unreachable
#144	assign to function pointer a value of type void*
#167	cast from pointer to pointer, but of different type
#181	incompatible pointer type for %p (char*)
#188	enumerated type used as integer
#193	0 used in some pre-processor when ID is not defined
#279	controlling expression is constant (all are debug macros fire this)
#310	old-C style parameter list
#556	cast from function pointer to void*
#593	variable set but never used
#810	conversion to integral type of smaller size
#869	parameter to func not referenced in func
#981	arguments (to func) are evaluated in an unspecified order
#1287	unknown __attribute__ to function definition
#1418	global var/func without prior definition
#1419	extern declaration in .c file
#1572	comparison of floating point values


-- 
Eric Pouech




More information about the wine-devel mailing list