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)?


Reply via email to