gnucash unstable: Multiple changes pushed

Aaron Laws dartme18 at gmail.com
Fri Dec 29 11:53:11 EST 2017


On Fri, Dec 29, 2017 at 11:22 AM, John Ralls <jralls at 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.


More information about the gnucash-devel mailing list