3.4.0 build log using gcc-4.8.1
Jason Evans
jasone at canonware.com
Sat Oct 19 17:29:01 PDT 2013
On Sep 19, 2013, at 7:04 PM, Ricardo Nabinger Sanchez <rnsanchez at wait4.org> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://jemalloc.net/mailman/jemalloc-discuss/attachments/20131019/943bc8cd/attachment.html>
More information about the jemalloc-discuss
mailing list