diff options
author | Mark Wielaard <mark@klomp.org> | 2024-07-17 17:58:14 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2024-07-17 18:06:31 +0200 |
commit | 3412b6e9949a2e289921420e4e826210de6fe7f9 (patch) | |
tree | 4880b9a05f01d75f9cafc29630b935e0774e7eae | |
parent | e21fef7da92ef36af1e1b020ae5f35ef4f3c3fce (diff) | |
download | gcc-3412b6e9949a2e289921420e4e826210de6fe7f9.zip gcc-3412b6e9949a2e289921420e4e826210de6fe7f9.tar.gz gcc-3412b6e9949a2e289921420e4e826210de6fe7f9.tar.bz2 |
Regenerate c.opt.urls
The addition of -Wunterminated-string-initialization should have
regenerated the c.opt.urls file.
Fixes: 44c9403ed183 ("c, objc: Add -Wunterminated-string-initialization")
gcc/c-family/ChangeLog:
* c.opt.urls: Regenerate.
-rw-r--r-- | gcc/c-family/c.opt.urls | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/c-family/c.opt.urls b/gcc/c-family/c.opt.urls index 1b60ae4..df5f58a 100644 --- a/gcc/c-family/c.opt.urls +++ b/gcc/c-family/c.opt.urls @@ -870,6 +870,9 @@ UrlSuffix(gcc/Warning-Options.html#index-Wno-unknown-pragmas) LangUrlSuffix_D(gd Wunsuffixed-float-constants UrlSuffix(gcc/Warning-Options.html#index-Wno-unsuffixed-float-constants) +Wunterminated-string-initialization +UrlSuffix(gcc/Warning-Options.html#index-Wno-unterminated-string-initialization) + Wunused UrlSuffix(gcc/Warning-Options.html#index-Wno-unused) |