Author: d0k
Date: Sat Jan 30 06:15:41 2010
New Revision: 94878
URL: http://llvm.org/viewvc/llvm-project?rev=94878&view=rev
Log:
Silence clang++ warning.
Modified:
cfe/trunk/include/clang/Analysis/Analyses/PrintfFormatString.h
Modified: cfe/trunk/include/clang/Analysis/Analyses/PrintfFormatString.h
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Analysis/Analyses/PrintfFormatString.h?rev=94878&r1=94877&r2=94878&view=diff
==============================================================================
--- cfe/trunk/include/clang/Analysis/Analyses/PrintfFormatString.h (original)
+++ cfe/trunk/include/clang/Analysis/Analyses/PrintfFormatString.h Sat Jan 30
06:15:41 2010
@@ -169,7 +169,7 @@
return K == SpecificTy ? &T : 0;
}
- bool matchesAnyObjCObjectRef() const { return K == ObjCPointerTy; };
+ bool matchesAnyObjCObjectRef() const { return K == ObjCPointerTy; }
};
class FormatSpecifier {
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits