On Wed, May 4, 2016 at 8:20 AM, 'Bill Hart' via julia-users <[email protected]> wrote: > Julia is now issuing warnings because functions do not return, e.g: > > function flint_abort() > error("Problem in the Flint-Subsystem") > end > > > What is the standard way of making Julia accept this as a valid function (it > is not meant to return)? >
This warning was added in https://github.com/JuliaLang/julia/pull/15972 . I personally think it should be removed. @Jameson. >
