lttng: Consider compilation warnings to be errors
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 27 Jun 2013 18:13:51 +0000 (14:13 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 6 Aug 2013 20:38:35 +0000 (16:38 -0400)
commit644583cb080f6589c8be976441f1e9cc5baa53d1
treece03844e58897c870b521cbc9070e75da60091a1
parent4c4dab3609a5ccbbe2a21c52219a31fd908ff49b
lttng: Consider compilation warnings to be errors

Now that we have eliminated all compiler warnings in the code,
we could turn on "-Werror" to make sure no new warnings are
introduced (Hudson CI would fail building any Gerrit patch that
has warnings).

Only the NLS warnings remain as warnings, so that they can be
suppressed in Messages or constants classes.

Change-Id: I53394af9add34f3757f726ab773d445c92d8523e
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/14206
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
org.eclipse.linuxtools.lttng2.core.tests/.settings/org.eclipse.jdt.core.prefs
org.eclipse.linuxtools.lttng2.core/.settings/org.eclipse.jdt.core.prefs
org.eclipse.linuxtools.lttng2.kernel.core.tests/.settings/org.eclipse.jdt.core.prefs
org.eclipse.linuxtools.lttng2.kernel.core/.settings/org.eclipse.jdt.core.prefs
org.eclipse.linuxtools.lttng2.kernel.ui.tests/.settings/org.eclipse.jdt.core.prefs
org.eclipse.linuxtools.lttng2.kernel.ui/.settings/org.eclipse.jdt.core.prefs
org.eclipse.linuxtools.lttng2.ui.tests/.settings/org.eclipse.jdt.core.prefs
org.eclipse.linuxtools.lttng2.ui.tests/stubs/org/eclipse/linuxtools/internal/lttng2/stubs/shells/LTTngToolsFileShell.java
org.eclipse.linuxtools.lttng2.ui/.settings/org.eclipse.jdt.core.prefs
This page took 0.048707 seconds and 5 git commands to generate.