[clang] [clang] move -Wcast-function-type under -Wextra (PR #77178)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 20 05:34:25 PDT 2024
================
@@ -164,6 +164,8 @@ Deprecated Compiler Flags
Modified Compiler Flags
-----------------------
+* ``-Wextra`` group flag now contains an additional flag i.e, ``-Wcast-function-type``.
----------------
AaronBallman wrote:
```suggestion
- Added ``-Wcast-function-type`` as a warning enabled by ``-Wextra``. #GH76872
```
https://github.com/llvm/llvm-project/pull/77178
More information about the cfe-commits
mailing list