summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-01-21 14:15:24 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-01-21 14:15:24 +0000
commit7b9a9201bf9aaed5326da73848b6ec710d1c342b (patch)
tree2603f941b535b3009342027aeda29e0c8a98658b
parentc96fb1bd361c05ccfcfbe436f7b7af4615fbbf56 (diff)
downloadbcm5719-llvm-7b9a9201bf9aaed5326da73848b6ec710d1c342b.tar.gz
bcm5719-llvm-7b9a9201bf9aaed5326da73848b6ec710d1c342b.zip
AST/VTableBuilder.h: Suppress a warning. [-Wunused-private-field]
llvm-svn: 173041
-rw-r--r--clang/include/clang/AST/VTableBuilder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/AST/VTableBuilder.h b/clang/include/clang/AST/VTableBuilder.h
index ac71441aed4..bcbe8754ea4 100644
--- a/clang/include/clang/AST/VTableBuilder.h
+++ b/clang/include/clang/AST/VTableBuilder.h
@@ -256,6 +256,7 @@ public:
uint64_t AddressPoint = AddressPoints.lookup(Base);
assert(AddressPoint != 0 || IsMicrosoftABI);
+ (void)IsMicrosoftABI;
return AddressPoint;
}
OpenPOWER on IntegriCloud