Skip to content

Small fixes#369

Merged
mstroh76 merged 2 commits intoWiringPi:developfrom
Next-Door-Tech:small-fixes
Jun 8, 2025
Merged

Small fixes#369
mstroh76 merged 2 commits intoWiringPi:developfrom
Next-Door-Tech:small-fixes

Conversation

@Next-Door-Tech
Copy link
Contributor

Just a couple small fixes.

Function definitions without an argument list are disallowed in C23.
Removed dropped arguments in later call to function.
@Next-Door-Tech Next-Door-Tech changed the base branch from master to develop June 7, 2025 22:47
@mstroh76 mstroh76 self-requested a review June 8, 2025 08:14
@mstroh76 mstroh76 merged commit 5014563 into WiringPi:develop Jun 8, 2025
2 checks passed
Comment on lines -3363 to +3362
GetRP1Memory(pciemem_RP1, sizeof(pciemem_RP1));
GetRP1Memory();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requesting review from @mstroh76
These arguments were just being ignored, correct?

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