From 992e1293b709ca1d57c86934fa46447bd9e485d6 Mon Sep 17 00:00:00 2001 From: versat Date: Mon, 18 Mar 2019 10:04:29 +0100 Subject: [PATCH] ruby.cfg: Configure rb_raise() as `noreturn` function. rb_raise() exits the function and returns to the ruby script. Used for example to exit a function if arguments are not valid. --- cfg/ruby.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/ruby.cfg b/cfg/ruby.cfg index 67dd19522..1b54eeef4 100644 --- a/cfg/ruby.cfg +++ b/cfg/ruby.cfg @@ -52,7 +52,7 @@ - false + true