Przeglądaj źródła

db_perlvdb: fixed warning of using static function inside inline one

Daniel-Constantin Mierla 9 lat temu
rodzic
commit
0f79107826
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      modules/db_perlvdb/perlvdbfunc.c

+ 1 - 1
modules/db_perlvdb/perlvdbfunc.c

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