From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DDD541392EF for ; Mon, 10 Mar 2014 06:00:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5CCFE0AD9; Mon, 10 Mar 2014 06:00:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1AA07E0AE8 for ; Mon, 10 Mar 2014 06:00:08 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19F6D33FBA0 for ; Mon, 10 Mar 2014 06:00:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 7FBDA188EA for ; Mon, 10 Mar 2014 06:00:04 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1394399385.b4db4eeb7b8b5e3850fcdf931f1cf2f2b5375598.vapier@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: configure.ac X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: b4db4eeb7b8b5e3850fcdf931f1cf2f2b5375598 X-VCS-Branch: master Date: Mon, 10 Mar 2014 06:00:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b4a1de87-703c-47a6-b930-180e1f6bdae0 X-Archives-Hash: 175bc28fabbfdbbe9688ec843bf1c10c commit: b4db4eeb7b8b5e3850fcdf931f1cf2f2b5375598 Author: Mike Frysinger gentoo org> AuthorDate: Sun Mar 9 21:09:45 2014 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sun Mar 9 21:09:45 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage-utils.git;a=commit;h=b4db4eeb build: also use -Wold-style-definition w/configure --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 29063cf..8207189 100644 --- a/configure.ac +++ b/configure.ac @@ -45,6 +45,7 @@ m4_foreach_w([flag], [ -Wcast-align -Wno-format-nonliteral -Wsequence-point + -Wold-style-definition -Wextra ], [ AX_CHECK_COMPILE_FLAG(flag, AS_VAR_APPEND([CFLAGS], " flag"))