summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/file.c b/file.c
index 578f4d67c5..49d931be40 100644
--- a/file.c
+++ b/file.c
@@ -1051,6 +1051,7 @@ rb_file_s_lchmod(argc, argv)
VALUE *argv;
{
rb_notimplement();
+ return Qnil; /* not reached */
}
#endif