Browse Source

db_perlvdb: fixed warning of using static function inside inline one

Daniel-Constantin Mierla 9 years ago
parent
commit
0f79107826
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/db_perlvdb/perlvdbfunc.c

+ 1 - 1
modules/db_perlvdb/perlvdbfunc.c

@@ -37,7 +37,7 @@
  * including decreasing ref cnt
  */
 
-inline long IV2int(SV *in) {
+long IV2int(SV *in) {
 	int ret = -1;
 
 	if (SvOK(in)) {