Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hlink: Fix function pointer cast in qsort()
Replace unsafe generic function pointer cast with proper type cast for qsort() comparison function. This fixes a potential type mismatch warning without changing the behavior. Signed-off-by: Charalampos Mitrodimas <[email protected]>
- Loading branch information