Closed willeke1234 closed 2 months ago
@willeke1234 I'd prefer to correct the code for avoiding warnings instead of disabling the warnings.
-wall
is sutable only for building external projects as PortAudio, RtAudio etc because we are limited to change their code.
@oleg68 I tried to discuss this, should I have filed an issue instead?
@willeke1234 Maybe exploring each warning should be great as @oleg68 said, this is better to solve warnings than muting them.
I don't have explored the warnings list, but indeed an issue should be great to list them. And at least, doing a commit for each one (or each group of) should be great, that allows us to merge faster (doing few PR's if some warnings are more reluctant to be solved).
Ok, -Wall is back. This PR now only fixes the 1425 override warnings.
Partially resolves #1984
Fixes warnings in the headers like
-Wall
is switched off to remove warnings likeEdit: fixed typo, it's -Wall instead of -wall