Colin Walters wrote: > What I've been doing for years now is to carry a baseline set of > "warnings that must be errors" in my projects, like: > > https://github.com/ostreedev/ostree/blob/master/configure.ac#L19 This makes sense, but: ewww, -Werror=declaration-after-statement, do you really still need to support C standards older than 17 years? And the drawback of this approach is that most upstreams just won't bother adding such flags in their build system (if they're even still updating their code at all), so recommending to do this upstream does not really help us as a distro. Kevin Kofler _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx