Skip to content

Commit 980e184

Browse files
committed
namespace.c: Fix -Wunused-function warnings
1 parent 2c88500 commit 980e184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

namespace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ Init_enable_namespace(void)
876876
}
877877
}
878878

879-
#ifdef RUBY_DEBUG
879+
#if RUBY_DEBUG > 0
880880

881881
/* :nodoc: */
882882
static VALUE

0 commit comments

Comments
 (0)