v923z / micropython-ulab

a numpy-like fast vector module for micropython, circuitpython, and their derivatives
https://micropython-ulab.readthedocs.io/en/latest
MIT License
392 stars 110 forks source link

Fix -Wunused-variable diagnostic when !ULAB_SUPPORTS_COMPLEX #631

Closed jepler closed 1 year ago

jepler commented 1 year ago

o_in is only used in the SUPPORTS_COMPLEX case, so the variable definition needs to be moved accordingly.

v923z commented 1 year ago

@jepler Indeed, many thanks for bringing this up! Could you, please, change the version number to 6.3.4, and then merge this?

v923z commented 1 year ago

@jepler Many thanks, Jeff! I've merged this.