[cfe-dev] new warnings
Douglas Gregor
dgregor at apple.com
Fri Feb 27 14:00:35 PST 2009
On Feb 27, 2009, at 10:33 AM, Mike Stump wrote:
> ASTContext.cpp:2749: warning: enumeration value 'ExtQual' not handled
> in switch
> ASTContext.cpp:2749: warning: enumeration value 'FixedWidthInt' not
> handled in switch
> ASTContext.cpp:2749: warning: enumeration value 'ObjCQualifiedClass'
> not handled in switch
>
> CGDebugInfo.cpp:483: warning: enumeration value 'FixedWidthInt' not
> handled in switch
> CGDebugInfo.cpp:483: warning: enumeration value 'BlockPointer' not
> handled in switch
> CGDebugInfo.cpp:483: warning: enumeration value 'MemberPointer' not
> handled in switch
> CGDebugInfo.cpp:483: warning: enumeration value
> 'ClassTemplateSpecialization' not handled in switch
> CGDebugInfo.cpp:483: warning: enumeration value 'ObjCQualifiedClass'
> not handled in switch
Oh, look, we get warnings when we've switched on the type class and
not handled all cases! I actually don't quite know how to fix these,
so I was hoping that someone with an understanding of those bits would
see those warnings and fix 'em.
- Doug
More information about the cfe-dev
mailing list