|
From: Itamar M. L. J. L. <ita...@gm...> - 2014-06-04 20:18:52
|
hbmk2: Compilando...
../../../../source/common/editor/hcedit_w.c: In function
'HB_FUN_HCED_COLOR2X':
../../../../source/common/editor/hcedit_w.c:742:4: warning: format '%X'
expects
argument of type 'unsigned int', but argument 3 has type 'long int'
[-Wformat=]
sprintf(s,"#%2X%2X%2X", n%256, (n/256)%256, (n/65536)%256 );
^
../../../../source/common/editor/hcedit_w.c:742:4: warning: format '%X'
expects
argument of type 'unsigned int', but argument 4 has type 'long int'
[-Wformat=]
../../../../source/common/editor/hcedit_w.c:742:4: warning: format '%X'
expects
argument of type 'unsigned int', but argument 5 has type 'long int'
[-Wformat=]
hbmk2: Criando biblioteca estáticas... lib\libprocmisc.a
Best regards,
Itamar M. Lins Jr.
|