Re: [Libwpd-devel] Making "-Wall -Werrro" default

2006-11-12 Thread Fridrich Strba
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I realized a little hick though. One of the warnings is about the class WPXHLListenerImpl having virtual functions, but no virtual dtor. If one adds the virtual destructor to the class (our API interface), the library becomes binary incompatible (altho

Re: [Libwpd-devel] Making "-Wall -Werrro" default

2006-11-12 Thread William Lachance
On 11/12/06, Fridrich Strba <[EMAIL PROTECTED]> wrote: > I would like to search your advice on my intention to make the "-Wall > - -Werror" default for libwpd build. Still with a possibility to switch > off -Werrror with a "--disable-werror" configure option. I can't see any reason not to do this,

[Libwpd-devel] Making "-Wall -Werrro" default

2006-11-12 Thread Fridrich Strba
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I would like to search your advice on my intention to make the "-Wall - -Werror" default for libwpd build. Still with a possibility to switch off -Werrror with a "--disable-werror" configure option. The reason is following: OpenOffice.org is b