Hi, Thankn! This works for me.
Juergen Sauermann <juergen.sauerm...@t-online.de> writes: > Hi Alexey, > > thanks. As of SVN 899 you can now say, for example, > > ./configure CXX_WERROR=no > > Your patch was also patching generated files created by autoconf/configure > which, > I believe, only works if the same configuration is being patched.. > > /// Jürgen > > On 03/10/2017 08:09 AM, Alexey Veretennikov wrote: > > Hi Juergen, > > Here is the patch which introduces the new configure option: > --disable-werror > If this option is set then the -Werror flag is not added to compiler > options. > By default it is like it is now - -Werror is present. > > With this option I was able to turn off compiler warnings. > > I ran autoreconf on my machine but it produces more diffs, which I don't > want to attach. I believe it is better to you to run it on your machine > and submit to svn instead of me providing them as a patch. > > -- Br, /Alexey