On Sep 19, 2013, at 7:04 PM, Ricardo Nabinger Sanchez <[email protected]> 
wrote:
> With --enable-cc-silence, only these:
> 
> gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c 
> -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o 
> src/jemalloc.c
> src/jemalloc.c:303:1: warning: always_inline function might not be inlinable 
> [-Wattributes]
> malloc_init(void)
> ^
> src/jemalloc.c:286:1: warning: always_inline function might not be inlinable 
> [-Wattributes]
> malloc_thread_init(void)
> ^
> 
> src/ctl.c: In function 'epoch_ctl':
> src/ctl.c:1112:11: warning: variable 'newval' set but not used 
> [-Wunused-but-set-variable]
>  uint64_t newval;
>           ^

Now fixed on the dev branch:

        
https://github.com/jemalloc/jemalloc/commit/3ab682d341f033017d042e8498578c2332eacd69
        
https://github.com/jemalloc/jemalloc/commit/543abf7e6c7de06fe9654e91190b5c44a11b065e

Thanks,
Jason
_______________________________________________
jemalloc-discuss mailing list
[email protected]
http://www.canonware.com/mailman/listinfo/jemalloc-discuss

Reply via email to