[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[gftp] compilation warnings



Hello...

When I compile gFTP with "gcc -Wall", I get the following warnings (extracted from the compilation log):

local.c:389: warning: array size (255) is smaller than the minimum required (1024)
cache.c:174: warning: long int format, different type arg (arg 9)
misc.c:319: warning: int format, different type arg (arg 2)
misc.c:854: warning: int format, different type arg (arg 3)
sshv2.c:1253: warning: passing arg 5 of `sshv2_buffer_get_int64' from incompatible pointer type
delete_dialog.c:65: warning: too many arguments for format
delete_dialog.c:69: warning: too many arguments for format
misc-gtk.c:771: warning: int format, different type arg (arg 3)


I was wondering what they meant and if I could get rid of those. Or are they just no important ?
Thanks in advance for any hints.


Regards,

Antoine