On Fri, Dec 29, 2017 at 11:22 AM, John Ralls <jra...@ceridwen.us> wrote:
> > > I think that we should remove -Wno-unused from CXXFLAGS in general and > only use it where needed on external sources. GnuCash C++ code is all new > and it should all compile clean. For that code the more warnings the > better: It gets the compiler to help us write better code. I agree. I use '-Wall -Wextra -Wpedantic -Wconversion -Werrro' in my projects (because -Wall is really -Wsome), but adding them to old code can result in quite a mess. _______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel