ctf: Update project compiler settings
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 27 Jun 2013 17:55:22 +0000 (13:55 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 6 Aug 2013 20:38:09 +0000 (16:38 -0400)
commit4c4dab3609a5ccbbe2a21c52219a31fd908ff49b
tree64ef085faa5933f98ebbc845a917c48aca6e2e0c
parent3d01fa16fb99bf484a52d1f65682955c107e487c
ctf: Update project compiler settings

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).

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

This only applies to ctf.core and ctf.core.tests. For ctf.parser,
since Maven also looks at generated code, we have relaxed the settings
to ignore any error/warning coming from the generated Antlr code,
over which we have no control.

Change-Id: I31422d54af59bd96f75d2c2ff130a58c8e9ad5f6
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/14205
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.ctf.core.tests/.settings/org.eclipse.jdt.core.prefs
org.eclipse.linuxtools.ctf.core.tests/src/org/eclipse/linuxtools/ctf/core/tests/headless/ReadTrace.java
org.eclipse.linuxtools.ctf.core/.settings/org.eclipse.jdt.core.prefs
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/trace/StreamInputReader.java
org.eclipse.linuxtools.ctf.parser/.classpath
org.eclipse.linuxtools.ctf.parser/.settings/org.eclipse.jdt.core.prefs
This page took 0.032287 seconds and 5 git commands to generate.