biolab / orange3

🍊 :bar_chart: :bulb: Orange: Interactive data analysis
https://orangedatamining.com
Other
4.81k stars 1k forks source link

[FIX] _simple_tree.c: Fix compilation error with gcc 14 #6800

Closed ales-erjavec closed 4 months ago

ales-erjavec commented 4 months ago
Issue

Non standard qsort_r is not defined unless _GNU_SOURCE is defined or --std=gnu99 flag is used.

Description of changes

Fix compilation error with gcc 14

Includes
codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.21%. Comparing base (5ada6c4) to head (a909234).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6800 +/- ## ======================================= Coverage 88.20% 88.21% ======================================= Files 327 327 Lines 71223 71223 ======================================= + Hits 62825 62830 +5 + Misses 8398 8393 -5 ```