From: Paul L. <pa...@sq...> - 2016-09-14 01:25:58
|
On 2014年07月11日 22:01, David Severance wrote: > I have noticed that if I try to compile on 64 bit machines (versus 32bit > systems) I get this warning: > >> src/main.c: In function ‘main’: >> src/main.c:744: warning: cast to pointer from integer of different size > > I believe the problem has to do with improper casting of the int > clientsd to a void pointer. It's been awhile since I coded C so I could > be wrong but I think this needs an adjustment. This is the last thing to > sort out before I can deploy a fully native 64 bit software stack. Fixed -- Paul Lesniewski SquirrelMail Team Please support Open Source Software by donating to SquirrelMail! http://squirrelmail.org/donate_paul_lesniewski.php |