capitalone / giraffez

User-friendly Teradata client for Python
https://capitalone.github.io/giraffez
Apache License 2.0
108 stars 31 forks source link

Avoid compiler warnings about PyObject_GC_UnTrack #78

Closed KrishanBhasin closed 4 years ago

KrishanBhasin commented 4 years ago

Also avoid compiler warning:

giraffez/src/convert.c: In function 'teradata_number_from_pystring':
giraffez/src/convert.c:898:12: warning: unused variable 'j' [-Wunused-variable]
     int i, j, sign = 0, b, r, count = 0;
            ^