Comment 8 for bug 1033615

Revision history for this message
Hans Joachim Desserud (hjd) wrote : Re: Consider checking for more warnings when compiling Widelands with WL_EXTRAWARNINGS

I've been thinking a bit about warnings which trigger a lot of noise (like the 200+ SDL_* enums). I think that now that we have the macro for silencing warnings, we can ignore these and focus on the real issues. I would still be wary about silencing warnings in case we shut up something we do want to hear about, but it might allow us to add some of these without getting the noise of false positives at the same time.