Skip to content

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

Merged
lanzagar merged 1 commit intobiolab:masterfrom
ales-erjavec:fixes/simple_tree_qsort_r
May 9, 2024
Merged

[FIX] _simple_tree.c: Fix compilation error with gcc 14#6800
lanzagar merged 1 commit intobiolab:masterfrom
ales-erjavec:fixes/simple_tree_qsort_r

Conversation

@ales-erjavec
Copy link
Contributor

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
  • Code changes
  • Tests
  • Documentation

Non standard `qsort_r` is not defined unless _GNU_SOURCE is defined or
`--std=gnu99` flag is used.
@codecov
Copy link

codecov bot commented May 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

@lanzagar lanzagar merged commit 2867a75 into biolab:master May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants