made it compile without warnings.

* plug-ins/perl/Gimp/Lib.xs: made it compile without warnings.

--Mitch
This commit is contained in:
Michael Natterer
2000-06-01 23:21:10 +00:00
parent db71b6e0e1
commit 54947e8844
2 changed files with 6 additions and 4 deletions

View File

@ -36,6 +36,8 @@
* tools/pdbgen/pdb/plug_in.pdb: made it create libgimp code
* plug-ins/perl/Gimp/Lib.xs: made it compile without warnings.
2000-06-01 Michael Natterer <mitch@gimp.org>
Sven Neumann <sven@gimp.org>
Simon Budig <Simon.Budig@unix-ag.org>

View File

@ -1144,7 +1144,7 @@ static void pii_run(char *name, int nparams, GParam *param, int *xnreturn_vals,
char *proc_author;
char *proc_copyright;
char *proc_date;
int proc_type;
GimpPDBProcType proc_type;
int _nparams;
GParamDef *params;
GParamDef *return_defs;
@ -1396,7 +1396,7 @@ _gimp_procedure_available(proc_name)
char *proc_author;
char *proc_copyright;
char *proc_date;
int proc_type;
GimpPDBProcType proc_type;
int nparams;
int nreturn_vals;
GParamDef *params;
@ -1436,7 +1436,7 @@ gimp_query_procedure(proc_name)
char *proc_author;
char *proc_copyright;
char *proc_date;
int proc_type;
GimpPDBProcType proc_type;
int nparams;
int nreturn_vals;
GParamDef *params;
@ -1472,7 +1472,7 @@ gimp_call_procedure (proc_name, ...)
char *proc_author;
char *proc_copyright;
char *proc_date;
int proc_type;
GimpPDBProcType proc_type;
int nparams;
int nreturn_vals;
GParam *args = 0;