Skip to content

Commit 0f0a5ad

Browse files
committed
unused var
1 parent 7a78fd3 commit 0f0a5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysql2/client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ static VALUE allocate(VALUE klass) {
171171
return obj;
172172
}
173173

174-
static VALUE rb_mysql_client_escape(VALUE klass, VALUE str) {
174+
static VALUE rb_mysql_client_escape(RB_MYSQL_UNUSED VALUE klass, VALUE str) {
175175
unsigned char *newStr;
176176
VALUE rb_str;
177177
unsigned long newLen, oldLen;

0 commit comments

Comments
 (0)