diff options
author | Martin Sebor <msebor@redhat.com> | 2020-07-20 11:56:54 -0600 |
---|---|---|
committer | Martin Sebor <msebor@redhat.com> | 2020-07-20 11:56:54 -0600 |
commit | b0c5a642ce4e0d292706ac2139fc14785938f23e (patch) | |
tree | 53678bd1d179b298b0328850b6112ce1c62d0e80 /gcc | |
parent | 8764e9a3fc43f1117db77d1f056b6c3f15a29db3 (diff) | |
download | gcc-b0c5a642ce4e0d292706ac2139fc14785938f23e.zip gcc-b0c5a642ce4e0d292706ac2139fc14785938f23e.tar.gz gcc-b0c5a642ce4e0d292706ac2139fc14785938f23e.tar.bz2 |
Remove stray text from option description (PR c/96249).
gcc/c-family/ChangeLog:
PR c/96249
* c.opt: Remove stray text.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/c-family/c.opt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt index a09f15d..2b1aca1 100644 --- a/gcc/c-family/c.opt +++ b/gcc/c-family/c.opt @@ -1248,7 +1248,6 @@ C ObjC C++ LTO ObjC++ Var(warn_vla_limit) Warning Joined Host_Wide_Int ByteSize -Wvla-larger-than=<number> Warn on unbounded uses of variable-length arrays, and on bounded uses of variable-length arrays whose bound can be larger than <number> bytes. -<number> bytes. Wno-vla-larger-than C ObjC C++ LTO ObjC++ Alias(Wvla-larger-than=,18446744073709551615EiB,none) Warning |