* Marek Polacek: > On Mon, Nov 20, 2023 at 10:56:36AM +0100, Florian Weimer wrote: >> --- a/gcc/doc/invoke.texi >> +++ b/gcc/doc/invoke.texi >> @@ -6183,6 +6183,7 @@ that have their own flag: >> @gccoptlist{ >> -Wimplicit-function-declaration @r{(C)} >> -Wimplicit-int @r{(C)} >> +-Wincompatible-pointer-types @r{(C)} >> -Wint-conversion @r{(C)} >> -Wnarrowing @r{(C++)} >> -Wreturn-mismatch @r{(C)} > > BTW, should the C ones mention Objective-C as well?
Isn't there Objective-C++ as well? I assumed it applied to both dialects. Thanks, Florian