pramsey / pgsql-ogr-fdw

PostgreSQL foreign data wrapper for OGR
MIT License
239 stars 34 forks source link

warning: variable 'err' set but not used [-Wunused-but-set-variable] #166

Closed robe2 closed 5 years ago

robe2 commented 5 years ago

Super low priority

ogr_fdw.c: In function 'ogrGetConnectionFromServer': ogr_fdw.c:517:9: warning: variable 'err' set but not used [-Wunused-but-set-variable] OGRErr err; ^ ogr_fdw.c: In function 'ogr_fdw_validator': ogr_fdw.c:765:10: warning: variable 'err' set but not used [-Wunused-but-set-variable] OGRErr err;