aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2014-10-19 13:37:51 -0700
committerBrian Dolbec <dolsen@gentoo.org>2014-10-19 13:42:51 -0700
commit458c549c02f0597e8ed9c0e122e0fb8af28ae8e4 (patch)
tree960037b6053d87ee97efb48fb2dfdb8693d89e23
parentbin/ebuild-helpers/portageq: fix bug #524964 (diff)
downloadportage-458c549c02f0597e8ed9c0e122e0fb8af28ae8e4.tar.gz
portage-458c549c02f0597e8ed9c0e122e0fb8af28ae8e4.tar.bz2
portage-458c549c02f0597e8ed9c0e122e0fb8af28ae8e4.zip
90gcc-warnings: Update comma warning to be left handed only (bug 508364)
Update change supplied by: Michał Górny <mgorny@gentoo.org> X-Gentoo-bug: 508364 X-Gentoo_url: https://bugs.gentoo.org/508364
-rw-r--r--bin/install-qa-check.d/90gcc-warnings4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/install-qa-check.d/90gcc-warnings b/bin/install-qa-check.d/90gcc-warnings
index 9703c39de..b18651ece 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