dstndstn / astrometry.net

Astrometry.net -- automatic recognition of astronomical images
http://astrometry.net
Other
662 stars 186 forks source link

Fix qsort_r handling #157

Closed dstndstn closed 3 years ago

dstndstn commented 5 years ago

in Docker build for legacypipe:

In file included from ../include/astrometry/permutedsort.h(10),
                 from resort-xylist.c(18):
../include/astrometry/os-features.h(111): warning #147: declaration is incompatible with "void qsort_r(void *, size_t={unsigned long}, size_t={unsigned long}, __compar_d_fn_t, void *)" (declared at line 728 of "/usr/include/stdlib.h")
  void qsort_r(void *base, size_t nmemb, size_t sz,
       ^
dstndstn commented 3 years ago

seems to be gone now