<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Sep 19, 2013, at 7:04 PM, Ricardo Nabinger Sanchez <<a href="mailto:rnsanchez@wait4.org">rnsanchez@wait4.org</a>> wrote:</div><blockquote type="cite">With --enable-cc-silence, only these:<br><br>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<br>src/jemalloc.c:303:1: warning: always_inline function might not be inlinable [-Wattributes]<br> malloc_init(void)<br> ^<br>src/jemalloc.c:286:1: warning: always_inline function might not be inlinable [-Wattributes]<br> malloc_thread_init(void)<br> ^<br><br>src/ctl.c: In function 'epoch_ctl':<br>src/ctl.c:1112:11: warning: variable 'newval' set but not used [-Wunused-but-set-variable]<br>  uint64_t newval;<br>           ^<br></blockquote></div><br><div>Now fixed on the dev branch:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">   </span><a href="https://github.com/jemalloc/jemalloc/commit/3ab682d341f033017d042e8498578c2332eacd69">https://github.com/jemalloc/jemalloc/commit/3ab682d341f033017d042e8498578c2332eacd69</a></div><div><span class="Apple-tab-span" style="white-space:pre">        </span><a href="https://github.com/jemalloc/jemalloc/commit/543abf7e6c7de06fe9654e91190b5c44a11b065e">https://github.com/jemalloc/jemalloc/commit/543abf7e6c7de06fe9654e91190b5c44a11b065e</a></div><div><br></div><div>Thanks,</div><div>Jason</div></body></html>