aboutsummaryrefslogtreecommitdiffstats
path: root/dmydln.c
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-08 00:55:28 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-08 00:55:28 +0000
commita6c8e8d15b31f724e9b5d3b8a5b2ff490c6950ef (patch)
tree042b00fef1fc84811325957aa1768ae7d829faab /dmydln.c
parent644c36e9a6002913e780385abdea239a7f81c47f (diff)
downloadruby-a6c8e8d15b31f724e9b5d3b8a5b2ff490c6950ef.tar.gz
* configure.in: add -Wsuggest-attribute=noreturn and suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'dmydln.c')
-rw-r--r--dmydln.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dmydln.c b/dmydln.c
index 25872efc98..0fc0a5325e 100644
--- a/dmydln.c
+++ b/dmydln.c
@@ -1,5 +1,6 @@
#include "ruby/ruby.h"
+NORETURN(void *dln_load(const char *));
void*
dln_load(const char *file)
{