commit: 458c549c02f0597e8ed9c0e122e0fb8af28ae8e4 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Sun Oct 19 20:37:51 2014 +0000 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com> CommitDate: Sun Oct 19 20:42:51 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=458c549c
90gcc-warnings: Update comma warning to be left handed only (bug 508364) Update change supplied by: Michał Górny <mgorny <AT> gentoo.org> X-Gentoo-bug: 508364 X-Gentoo_url: https://bugs.gentoo.org/508364 --- bin/install-qa-check.d/90gcc-warnings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/install-qa-check.d/90gcc-warnings b/bin/install-qa-check.d/90gcc-warnings index 9703c39..b18651e 100644 --- a/bin/install-qa-check.d/90gcc-warnings +++ b/bin/install-qa-check.d/90gcc-warnings @@ -35,8 +35,8 @@ gcc_warn_check() { 'warning: .*will always overflow destination buffer' 'warning: .*assuming pointer wraparound does not occur' 'warning: .*escape sequence out of range' - # left/right-hand operand of comma expression has no effect - 'warning: .*comma.*\[-Wunused-value\]' + # left-hand operand of comma expression has no effect + 'warning: .*left.*comma.*\[-Wunused-value\]' # converting to non-pointer type ... from NULL and likes 'warning: .*\[-Wconversion-null\]' # NULL used in arithmetic
