Bug #688
Add type checking rule for 'int []' in GFitsTableCol.i
Status: | New | Start date: | 01/11/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Duration: |
Description
Swig issues the following warnings during processing of GFitsTableCol.i
:
GFitsTableCol.i:124: Warning 467: Overloaded method GFitsTableCol::__setitem__(int [],std::string) not supported (no type checking rule for 'int []'). GFitsTableCol.i:225: Warning 467: Overloaded method GFitsTableCol::__setitem__(int [],double) not supported (no type checking rule for 'int []'). GFitsTableCol.i:202: Warning 467: Overloaded method GFitsTableCol::__setitem__(int [],int) not supported (no type checking rule for 'int []').
The problem should be corrected so that the warnings do no longer occur.
Recurrence
No recurrence.