[Libreoffice-bugs] [Bug 51154] cppunit warning cleaning

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jul 23 02:26:02 CEST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=51154

--- Comment #3 from Markus Mohrhard <markus.mohrhard at googlemail.com> 2012-07-22 17:26:02 PDT ---
(In reply to comment #2)
> I just configured and compiled cppunit with "-Wall -Wextra -Werror" and with
> "-Weffc++", and I didn't see any compiler warnings.
> 
> Here's what I did after I cloned cppunit:
> 
> ./autogen.sh
> ./configure CFLAGS="-Wall -Wextra -Werror"  # (or with -Weffc++)
> ./make
> ./make check
> 
> What's the next step with this bug?

The right configure line is:

./configure CXXFLAGS="-Wall -Wextra -Werror"

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Libreoffice-bugs mailing list