[ecj] 03/03: Reduced the number of warnings during the compilation
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Jun 26 12:19:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository ecj.
commit edc5b2bc6b411a532fb456f8b957ad97ffea297f
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Jun 26 14:19:34 2014 +0200
Reduced the number of warnings during the compilation
---
debian/changelog | 1 +
debian/rules | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index f24fe11..ad5eeb4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ ecj (3.9.0-3) UNRELEASED; urgency=medium
- Renamed the get-source target to get-orig-source and completed
the script to build the upstream tarball.
- Removed the option to build with the old ant1.7 package
+ - Reduced the number of warnings during the compilation
* Use XZ compression for the upstream tarball
-- Emmanuel Bourg <ebourg at apache.org> Thu, 26 Jun 2014 01:40:40 +0200
diff --git a/debian/rules b/debian/rules
index baac3c0..b331391 100755
--- a/debian/rules
+++ b/debian/rules
@@ -83,6 +83,7 @@ ifeq ($(with_sourcebuild),yes)
$(GCJ) -v -d build/bin -C -g \
-I/usr/share/ant/lib/ant.jar \
-Ibuild/bin \
+ -Wno-all -Wno-unchecked -Wno-raw -Wno-resource \
$$(cat $$list); \
done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ecj.git
More information about the pkg-java-commits
mailing list