Closed nega0 closed 2 years ago
We might want to clean up this warning (as I'm not sure we still need the stack realignment thing it was there to perform), but I agree, -Werror
has got to go. It will always keep going off any time someone has a slightly newer compiler than the last person who worked on the code.
Can we pragma around this? At least with
-Wno-error
?