Sable / HorsePower

Optimizing database queries with array programming
18 stars 6 forks source link

Code compilation problems #22

Open wukefe opened 4 years ago

wukefe commented 4 years ago

Tested on

P1: warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"

// change _BSD_SOURCE to _DEFAULT_SOURCE
#define _DEFAULT_SOURCE

// or just remove this macro if _DEFAULT_SOURCE has been defined

Discussion online