Compilation warnings introduced by https://github.com/JuliaLang/julia/pull/16654

101 views
Skip to first unread message

Scott Jones

unread,
Jun 13, 2016, 9:27:55 AM6/13/16
to julia-dev
@Yuyichao's merge of #16654 has introduced a couple of warnings.

/j/julia/src/gc-debug.c:475:22: warning: unused function 'jl_ns2ms' [-Wunused-function]

STATIC_INLINE double jl_ns2ms(int64_t t)

                     ^

/j/julia/src/gc-debug.c:480:22: warning: unused function 'jl_ns2s' [-Wunused-function]

STATIC_INLINE double jl_ns2s(int64_t t)

 

This would be fixed by simple moving line 485 to just before line 475.

Scott Jones

unread,
Jun 15, 2016, 10:36:14 PM6/15/16
to julia-dev
Thanks to Jameson Nash for fixing this (and the other one!)

Reply all
Reply to author
Forward
0 new messages