Re: -Werror (or any alternatives in different languages)

2018-02-10 Thread Igor Gnatenko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Sat, 2018-02-10 at 15:05 -0500, Colin Walters wrote: > > On Sat, Feb 10, 2018, at 2:57 AM, Igor Gnatenko wrote: > > > I'm thinking about passing --cap-lints warnings to rustc to prevent > > erroring on > > this (and just show warning). Should we

Re: -Werror (or any alternatives in different languages)

2018-02-10 Thread Colin Walters
On Sat, Feb 10, 2018, at 2:57 AM, Igor Gnatenko wrote: > I'm thinking about passing --cap-lints warnings to rustc to prevent erroring > on > this (and just show warning). Should we do same for C/C++? Or should I > reconsider decision in Rust land? https://mail.gnome.org/archives/desktop-devel-

-Werror (or any alternatives in different languages)

2018-02-09 Thread Igor Gnatenko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello, - From time to time I see upstreams using -Werror (or, #[deny(warnings)] in Rust) which is definitely causing problems when gcc or any other compiler adds new warnings. Unfortunately, some upstreams reject removing -Werror and use it just f