[Hamlib-developer] [Hamlib/Hamlib] 6049d0: Fix compiler errors
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <no...@gi...> - 2025-08-20 01:03:53
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 6049d020a5a3429a51355a9def6d6610dd56a8f4 https://github.com/Hamlib/Hamlib/commit/6049d020a5a3429a51355a9def6d6610dd56a8f4 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-08-19 (Tue, 19 Aug 2025) Changed paths: M tests/rigmatrix.c Log Message: ----------- Fix compiler errors Adds the needed const qualifier. Fixes: rigmatrix.c:699:22: error: passing argument 1 of ‘rig_list_foreach’ from incompatible pointer type [-Wincompatible-pointer-types] rigmatrix.c:706:22: error: passing argument 1 of ‘rig_list_foreach’ from incompatible pointer type [-Wincompatible-pointer-types] rigmatrix.c:728:22: error: passing argument 1 of ‘rig_list_foreach’ from incompatible pointer type [-Wincompatible-pointer-types] rigmatrix.c:762:22: error: passing argument 1 of ‘rig_list_foreach’ from incompatible pointer type [-Wincompatible-pointer-types] rigmatrix.c:771:22: error: passing argument 1 of ‘rig_list_foreach’ from incompatible pointer type [-Wincompatible-pointer-types] rigmatrix.c:805:22: error: passing argument 1 of ‘rig_list_foreach’ from incompatible pointer type [-Wincompatible-pointer-types] rigmatrix.c:814:22: error: passing argument 1 of ‘rig_list_foreach’ from incompatible pointer type [-Wincompatible-pointer-types] rigmatrix.c:848:22: error: passing argument 1 of ‘rig_list_foreach’ from incompatible pointer type [-Wincompatible-pointer-types] rigmatrix.c:857:22: error: passing argument 1 of ‘rig_list_foreach’ from incompatible pointer type [-Wincompatible-pointer-types] rigmatrix.c:891:22: error: passing argument 1 of ‘rig_list_foreach’ from incompatible pointer type [-Wincompatible-pointer-types] Commit: 285b44add695c6c84d9b2b47c9632a44bbd1b802 https://github.com/Hamlib/Hamlib/commit/285b44add695c6c84d9b2b47c9632a44bbd1b802 Author: Nate Bargmann <n0...@n0...> Date: 2025-08-19 (Tue, 19 Aug 2025) Changed paths: M tests/rigmatrix.c Log Message: ----------- Merge GitHub PR #1857 Compare: https://github.com/Hamlib/Hamlib/compare/e2ced58a143b...285b44add695 To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |