[cfe-commits] r139472 - /cfe/trunk/lib/Serialization/ASTReaderInternals.h
Chris Lattner
sabre at nondot.org
Sat Sep 10 09:13:42 PDT 2011
Author: lattner
Date: Sat Sep 10 11:13:42 2011
New Revision: 139472
URL: http://llvm.org/viewvc/llvm-project?rev=139472&view=rev
Log:
remove pedantic ;
Modified:
cfe/trunk/lib/Serialization/ASTReaderInternals.h
Modified: cfe/trunk/lib/Serialization/ASTReaderInternals.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Serialization/ASTReaderInternals.h?rev=139472&r1=139471&r2=139472&view=diff
==============================================================================
--- cfe/trunk/lib/Serialization/ASTReaderInternals.h (original)
+++ cfe/trunk/lib/Serialization/ASTReaderInternals.h Sat Sep 10 11:13:42 2011
@@ -161,7 +161,7 @@
static unsigned ComputeHash(Selector Sel);
static const internal_key_type&
- GetInternalKey(const external_key_type& x) { return x; };
+ GetInternalKey(const external_key_type& x) { return x; }
static std::pair<unsigned, unsigned>
ReadKeyDataLength(const unsigned char*& d);
More information about the cfe-commits
mailing list