latest master gave these kind of compiler warnings that do not look
good to me.
-- juha
core_stats.c: In function ‘sts_update_core_stats’:
core_stats.c:136: warning: cast from pointer to integer of different size
CC (cc) [M kex.so] flags.o
CC (cc) [M kex.so] kex_mod.o
CC (cc) [M kex.so] km_core.o
CC (cc) [M kex.so] mi_core.o
CC (cc) [M kex.so] pkg_stats.o
pkg_stats.c: In function ‘pkg_proc_update_used’:
pkg_stats.c:128: warning: cast from pointer to integer of different size
pkg_stats.c: …
[View More]In function ‘pkg_proc_update_real_used’:
pkg_stats.c:141: warning: cast from pointer to integer of different size
[View Less]
i tried to compile sr master and it failed like this:
CC (cc) [trunk-proxy] mem/f_malloc.o
mem/f_malloc.c:59:23: error: ../evnets.h: No such file or directory
is there typo in the file name?
-- juha