From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QKWXy-0008Ik-7D for garchives@archives.gentoo.org; Thu, 12 May 2011 14:07:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 191D01C0DD; Thu, 12 May 2011 14:06:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DDE2D1C0DE for ; Thu, 12 May 2011 14:06:54 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AE661BC0FC for ; Thu, 12 May 2011 14:06:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D0B5D80507 for ; Thu, 12 May 2011 14:06:53 +0000 (UTC) From: "Petteri Räty" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petteri Räty" Message-ID: <1999c27e98093985aa4cf7778b4681c362b95de9.betelgeuse@gentoo> Subject: [gentoo-commits] proj/libbash:master commit in: / X-VCS-Repository: proj/libbash X-VCS-Files: Makefile.am X-VCS-Directories: / X-VCS-Committer: betelgeuse X-VCS-Committer-Name: Petteri Räty X-VCS-Revision: 1999c27e98093985aa4cf7778b4681c362b95de9 Date: Thu, 12 May 2011 14:06:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 4a1ae4254d1766ca6be8832538f8d171 commit: 1999c27e98093985aa4cf7778b4681c362b95de9 Author: Petteri R=C3=A4ty petteriraty eu> AuthorDate: Thu May 12 12:05:06 2011 +0000 Commit: Petteri R=C3=A4ty gentoo org> CommitDate: Thu May 12 14:03:26 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/libbash.git;a= =3Dcommit;h=3D1999c27e Build: silence javac warnings The antlr generated sources are for 1.4 so add -source 1.4 to AM_JAVACFLAGS to suppress warnings about unchecked or unsafe operations. --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index bb36f72..33387ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -71,7 +71,7 @@ EBUILD_RESULT =3D scripts/sunpinyin-2.0.3-r1.ebuild.res= ult TESTS =3D $(GUNIT_TESTS) $(BASH_TESTS) $(EBUILD_TESTS) # these get cleaned so only add autogenerated stuff or modify CLEANFILES check_JAVA =3D bashast/bashastLexer.java bashast/bashastParser.java -AM_JAVACFLAGS =3D -classpath @antlr_cp@ +AM_JAVACFLAGS =3D -source 1.4 -classpath @antlr_cp@ =20 COMMON_FLAGS =3D -std=3Dc++0x -I$(top_srcdir)/src/ # We use -x c++ to compile all C source files as C++ because there's C++