aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2024-04-13 23:02:14 +0200
committerMark Wielaard <mark@klomp.org>2024-04-13 23:02:14 +0200
commita9d3b3caef87d76072c946145d21e7606b303e12 (patch)
treed02662dd1dbb00656222eeb3feadfa847b134da8
parentda375baf54944298303f13c375a5756c6131d672 (diff)
downloadgcc-a9d3b3caef87d76072c946145d21e7606b303e12.zip
gcc-a9d3b3caef87d76072c946145d21e7606b303e12.tar.gz
gcc-a9d3b3caef87d76072c946145d21e7606b303e12.tar.bz2
Regenerate c.opt.urls
Fixes: df7bfdb7dbf2 ("c++: reference cast, conversion fn [PR113141]") A new warning option -Wcast-user-defined was added to c.opt and documented in doc/invoke.texi. But c.opt.urls wasn't regenerate. gcc/c-family/ChangeLog: * c.opt.urls: Regenerate.
-rw-r--r--gcc/c-family/c.opt.urls3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/c-family/c.opt.urls b/gcc/c-family/c.opt.urls
index 6317198..dd455d7 100644
--- a/gcc/c-family/c.opt.urls
+++ b/gcc/c-family/c.opt.urls
@@ -208,6 +208,9 @@ UrlSuffix(gcc/Warning-Options.html#index-Wcast-function-type)
Wcast-qual
UrlSuffix(gcc/Warning-Options.html#index-Wcast-qual)
+Wcast-user-defined
+UrlSuffix(gcc/Warning-Options.html#index-Wcast-user-defined)
+
Wcatch-value
UrlSuffix(gcc/C_002b_002b-Dialect-Options.html#index-Wcatch-value)