Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
May 9, 2024

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.
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
22 of 30 checks passed
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