We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c49d5d commit 9d69c60Copy full SHA for 9d69c60
clang/docs/ReleaseNotes.rst
@@ -64,7 +64,7 @@ code bases.
64
- ``-Wincompatible-function-pointer-types`` now defaults to an error in all C
65
language modes. It may be downgraded to a warning with
66
``-Wno-error=incompatible-function-pointer-types`` or disabled entirely with
67
- ``-Wno-implicit-function-pointer-types``.
+ ``-Wno-incompatible-function-pointer-types``.
68
69
**NOTE:** We recommend that projects using configure scripts verify that the
70
results do not change before/after setting
0 commit comments