From: Fariborz Jahanian Date: Mon, 9 Nov 2009 22:25:11 +0000 (+0000) Subject: Removed a FIXME on nested type specifier warning. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9aea0ce248a875f3c09186121b5cacc402174556;p=clang Removed a FIXME on nested type specifier warning. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86598 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h index 7711b50417..bf2079a930 100644 --- a/lib/Sema/Sema.h +++ b/lib/Sema/Sema.h @@ -3484,7 +3484,6 @@ public: /// IncompatibleNestedPointerQualifiers - The assignment is between two /// nested pointer types, and the qualifiers other than the first two /// levels differ e.g. char ** -> const char **. We disallow this. - /// FIXME: GCC only warns for this - should we do the same? IncompatibleNestedPointerQualifiers, /// IncompatibleVectors - The assignment is between two vector types that