Error when compiling

deadzero

New member
Messages
12
Points
0
Github
FrosT
Hi, i'm having this errors in my compilation after I change the host of my server.

console.o (symbol from plugin): warning: memset used with constant zero length parameter; this could be due to transposed parameters

In file included from ../common/timer.h:380:0,

from :763:

In function ‘do_close.part.5’,

inlined from ‘do_close’ at socket.c:1234:6:

socket.c:1240:2: warning: call to ‘__fdelt_warn’ declared with attribute warning: bit outside of fd_set selected [enabled by default]

In file included from itemdb.h:658:0,

from :800:

socket.c: In function ‘do_sockets’:

socket.c:841:6: warning: call to ‘__fdelt_warn’ declared with attribute warning: bit outside of fd_set selected [enabled by default]

In file included from itemdb.h:652:0,

from :800:

socket.c: In function ‘make_listen_bind’:

socket.c:555:2: warning: call to ‘__fdelt_warn’ declared with attribute warning: bit outside of fd_set selected [enabled by default]

In file included from itemdb.h:651:0,

from :800:

socket.c: In function ‘make_connection’:

socket.c:606:2: warning: call to ‘__fdelt_warn’ declared with attribute warning: bit outside of fd_set selected [enabled by default]

In file included from itemdb.h:602:0,

from :800:

socket.c: In function ‘connect_client’:

socket.c:505:2: warning: call to ‘__fdelt_warn’ declared with attribute warning: bit outside of fd_set selected [enabled by default]

make[1]: Leaving directory `/home/emulador/src/map'

building conf/import folder...

Can anyone help me?

 
Last edited by a moderator:
Back
Top