TEOS-10 / GSW-R

R implementation of the Thermodynamic Equation Of Seawater - 2010 (TEOS-10)
http://teos-10.github.io/GSW-R/
Other
8 stars 5 forks source link

build warning re qsort_s #24

Closed dankelley closed 7 years ago

dankelley commented 7 years ago

I sent a test build to the windows-test machine and it gave as follows. I'll fix it and post again with a diff, before closing this

Found the following significant warnings:
  gsw_oceanographic_toolbox.c:10645:2: warning: implicit declaration of function 'qsort_s' [-Wimplicit-function-declaration]
dankelley commented 7 years ago

I'm not going to fix this because (a) I tried different things and failed, (b) it's only a warning and (c) qsort_s() is buried in a roiling fog of incompatibility that's 15 years old and unlikely to clear anytime soon (see http://stackoverflow.com/questions/39560773/different-declarations-of-qsort-r-on-mac-and-linux)