[M3commit] CVS Update: cm3

Jay Krell jkrell at elego.de
Fri Sep 3 12:17:18 CEST 2010


CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	10/09/03 12:17:18

Modified files:
	cm3/m3-sys/m3cc/gcc/gcc/m3cg/: parse.c 

Log message:
	This is odd, but minor.
	I386_LINUX says:
	parse.c: In function 'scan_type':
	parse.c:1686:5: warning: unknown conversion type character 'X' in format
	parse.c:1686:5: warning: format '%d' expects type 'int', but argument 2 has type 'long int'
	parse.c:1686:5: warning: too many arguments for format
	parse.c: In function 'scan_sign':
	parse.c:1721:5: warning: unknown conversion type character 'X' in format
	parse.c:1721:5: warning: format '%d' expects type 'int', but argument 2 has type 'long int'
	parse.c:1721:5: warning: too many arguments for format
	
	but it looks right. Put it back to release -- %lX => %lx.
	Leave %d alone. Something is off here?




More information about the M3commit mailing list