This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository ecj.

commit 9932a0e12711edf8329d7ea898a9d47614504787
Author: Emmanuel Bourg <ebo...@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 <ebo...@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

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to