PortAudio / portaudio

PortAudio is a cross-platform, open-source C language library for real-time audio input and output.
Other
1.43k stars 296 forks source link

Fix some low-hanging C warnings #799

Closed dechamps closed 1 year ago

dechamps commented 1 year ago

This PR is a spin-off of #780 that focuses on fixing a number of trivial low-hanging fruit warnings.

Note that this PR only fixes a few classes of warnings, not all of them. It's a step in the right direction, though.

dechamps commented 1 year ago

I notice the same fixes are in https://github.com/PortAudio/portaudio/pull/780. If we merge this first then we should rebase that PR.

Yes, this is the plan.

RossBencina commented 1 year ago

Best to rebase not squash this I think.