I have searched the web several times re-downloaded packages but still gettting them.
Anyone has a clue?
Code: Select all
gcc -pipe -mwin32 -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c tcl.c
tcl.c:493: warning: dereferencing type-punned pointer will break strict-aliasing
rules
tcl.c: In function `readtclprog':
tcl.c:746: warning: assignment discards qualifiers from pointer target type
493: {"uptime", (int *) &online_since, 2},
746: result = Tcl_GetVar(interp, "errorInfo", TCL_GLOBAL_ONLY);
Code: Select all
gcc -pipe -mwin32 -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c userent.c
userent.c: In function `del_entry_type':
userent.c:1135: warning: dereferencing type-punned pointer will break strict-ali
asing rules
1135: return list_delete((struct list_type **) &entry_type_list,
Don't know what i'm doing wrong or if it harms eggdrop.