fix ansi warning
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7048 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5885e6ba25
commit
aa98e6f72d
1 changed files with 3 additions and 2 deletions
|
|
@ -1310,14 +1310,15 @@ Swig_symbol_template_qualify(const SwigType *e, Symtab *st) {
|
|||
tscope = tempn ? Getattr(tempn,"sym:symtab") : 0;
|
||||
Printf(qprefix,"<(");
|
||||
for (ti = First(targs); ti.item;) {
|
||||
String *vparm;
|
||||
String *qparm = Swig_symbol_type_qualify(ti.item,st);
|
||||
if (tscope && (tscope != st)) {
|
||||
String *ty = Swig_symbol_type_qualify(qparm,tscope);
|
||||
Delete(qparm);
|
||||
qparm = ty;
|
||||
}
|
||||
|
||||
String *vparm = Swig_symbol_template_param_eval(qparm, st);
|
||||
|
||||
vparm = Swig_symbol_template_param_eval(qparm, st);
|
||||
Append(qprefix,vparm);
|
||||
ti = Next(ti);
|
||||
if (ti.item) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue