Removed a FIXME on nested type specifier warning.

llvm-svn: 86598
This commit is contained in:
Fariborz Jahanian 2009-11-09 22:25:11 +00:00
parent b98dade25b
commit 3fe453c48c
1 changed files with 0 additions and 1 deletions

View File

@ -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