Fix compiler warning
authorAlan T. DeKok <aland@freeradius.org>
Fri, 14 Dec 2012 10:25:45 +0000 (05:25 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 14 Dec 2012 13:03:21 +0000 (08:03 -0500)
src/modules/rlm_ruby/rlm_ruby.c

index df3bb86..2ef68b9 100644 (file)
@@ -92,7 +92,7 @@ static const CONF_PARSER module_config[] = {
 
 /* radlog wrapper */
 
-static VALUE radlog_rb(VALUE self, VALUE msg_type, VALUE rb_msg) {
+static VALUE radlog_rb(UNUSED VALUE self, VALUE msg_type, VALUE rb_msg) {
     int status;
     char *msg;
     status = FIX2INT(msg_type);