|
From: BsAtHome <no...@gi...> - 2026-06-08 07:54:21
|
Branch: refs/heads/master Home: https://github.com/LinuxCNC/linuxcnc Commit: a849e4b84421577afd4d9e751388758e73c11fb2 https://github.com/LinuxCNC/linuxcnc/commit/a849e4b84421577afd4d9e751388758e73c11fb2 Author: Luca Toniolo <107...@us...> Date: 2026-06-08 (Mon, 08 Jun 2026) Changed paths: M src/hal/components/radiobutton.comp Log Message: ----------- radiobutton: fix unused-parameter build error Component ignores period, so generated FUNCTION kept an unused long period and tripped -Werror=unused-parameter. Add 'option period no'. Commit: c7c0d4f5f3cb0047fc27e18d6fe729b318fc5245 https://github.com/LinuxCNC/linuxcnc/commit/c7c0d4f5f3cb0047fc27e18d6fe729b318fc5245 Author: BsAtHome <be...@va...> Date: 2026-06-08 (Mon, 08 Jun 2026) Changed paths: M src/hal/components/radiobutton.comp Log Message: ----------- Merge pull request #4139 from grandixximo/fix/radiobutton-period radiobutton: fix unused-parameter build error Compare: https://github.com/LinuxCNC/linuxcnc/compare/f108dbd3c96e...c7c0d4f5f3cb To unsubscribe from these emails, change your notification settings at https://github.com/LinuxCNC/linuxcnc/settings/notifications |