Branch: refs/heads/master
Home: https://github.com/Hamlib/Hamlib
Commit: 663fd4f738f770c27a6928012e443b35c0ff5fe6
https://github.com/Hamlib/Hamlib/commit/663fd4f738f770c27a6928012e443b35c0ff5fe6
Author: Daniele Forsi IU5HKX <iu...@gm...>
Date: 2025-08-13 (Wed, 13 Aug 2025)
Changed paths:
M bindings/rig.swg
Log Message:
-----------
Fix compiler warnings
Fixes:
hamlibpy_wrap.c: In function 'Rig_send_raw':
hamlibpy_wrap.c:4668:30: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
4668 | send = PyUnicode_AsUTF8AndSize(send_obj, &send_len);
| ^
hamlibpy_wrap.c:4679:30: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
4679 | term = PyUnicode_AsUTF8AndSize(term_obj, NULL);
| ^
Thanks to @GeoBaltz
Commit: 4b6b5415f546a7dd0ffa3aaff09c7275449adbc5
https://github.com/Hamlib/Hamlib/commit/4b6b5415f546a7dd0ffa3aaff09c7275449adbc5
Author: Nate Bargmann <n0...@n0...>
Date: 2025-08-13 (Wed, 13 Aug 2025)
Changed paths:
M bindings/rig.swg
Log Message:
-----------
Merge GitHub PR #1844
Compare: https://github.com/Hamlib/Hamlib/compare/99047473585d...4b6b5415f546
To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications
|