projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b004de
)
Silence warning in Release builds.
author
Benjamin Kramer
<benny.kra@googlemail.com>
Sun, 16 Jun 2013 11:29:48 +0000
(11:29 +0000)
committer
Benjamin Kramer
<benny.kra@googlemail.com>
Sun, 16 Jun 2013 11:29:48 +0000
(11:29 +0000)
llvm-svn: 184059
llvm/lib/MC/MCContext.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/MC/MCContext.cpp
b/llvm/lib/MC/MCContext.cpp
index b9977864a87d2dfd8aa7ef6f4019f2575587c005..80de55eade5cae74a6a54ff41034327100100ac3 100644
(file)
--- a/
llvm/lib/MC/MCContext.cpp
+++ b/
llvm/lib/MC/MCContext.cpp
@@
-44,6
+44,7
@@
MCContext::MCContext(const MCAsmInfo &mai, const MCRegisterInfo &mri,
error_code EC = llvm::sys::fs::current_path(CompilationDir);
assert(!EC && "Could not determine the current directory");
+ (void)EC;
MachOUniquingMap = 0;
ELFUniquingMap = 0;