seeing-things / zwo

ZWO SDK and custom software for debugging and using it.
23 stars 4 forks source link

Resolve SWIG warnings #39

Closed jgottula closed 3 years ago

jgottula commented 4 years ago

When running setup.py --verbose build:

Deprecated command line option: -modern. This option is now always on.
asi.i:151: Warning 113: %addmethods is now %extend
asi.i:152: Warning 326: Deprecated %extend name used - the struct name '_ASI_CAMERA_INFO' should be used instead of the typedef name 'ASI_CAMERA_INFO'.

I very much doubt these are at all critical, but they should probably be fixed up anyway.