summaryrefslogtreecommitdiff
path: root/m4/manywarnings.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-01-26 18:08:36 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2018-01-26 18:09:03 -0800
commit2a7e33d35bfeeaa3f27de7f2c0ccd769a92dc183 (patch)
treeafd6beac6e48a3942e75257cc35f898022c7b336 /m4/manywarnings.m4
parentd5b3774398219bf8c91e72006420d29ad74618b0 (diff)
downloadgnulib-2a7e33d35bfeeaa3f27de7f2c0ccd769a92dc183.tar.gz
manywarnings: fix maintainer comment
* m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Fix comment so that it does not mistakenly think that ‘-1)’ is an option.
Diffstat (limited to 'm4/manywarnings.m4')
-rw-r--r--m4/manywarnings.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/manywarnings.m4 b/m4/manywarnings.m4
index dda3d468ae..18249b8f2e 100644
--- a/m4/manywarnings.m4
+++ b/m4/manywarnings.m4
@@ -106,7 +106,7 @@ m4_defun([gl_MANYWARN_ALL_GCC(C)],
# To compare this list to your installed GCC's, run this Bash command:
#
# comm -3 \
- # <(sed -n 's/^ *\(-[^ ]*\) .*/\1/p' manywarnings.m4 | sort) \
+ # <(sed -n 's/^ *\(-[^ 0-9][^ ]*\) .*/\1/p' manywarnings.m4 | sort) \
# <(gcc --help=warnings | sed -n 's/^ \(-[^ ]*\) .*/\1/p' | sort |
# grep -v -x -F -f <(
# awk '/^[^#]/ {print $1}' ../build-aux/gcc-warning.spec))