Fix the SWIG warning in the SWIG interface files
This keeps the .cpp and .h files clean.
This commit is contained in:
@ -68,6 +68,7 @@ EXTRACTOR(shortname, LargeVolume)
|
||||
%ignore *::operator-=;
|
||||
%ignore *::operator*=;
|
||||
%ignore *::operator/=;
|
||||
%ignore *::operator<<; //This is covered by STR()
|
||||
#endif
|
||||
|
||||
%include "stdint.i"
|
||||
|
Reference in New Issue
Block a user