commit | 53aaef82408c032899938ea050473cdbd860c78e | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Sun Jun 16 11:29:48 2013 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Sun Jun 16 11:29:48 2013 +0000 |
tree | efd61ba0dfb89234e3b6a00a60e2688ff4ec6778 | |
parent | 3018f0ddd4677eadf33af4284b8fa41ed929a2f0 [diff] [blame] |
Silence warning in Release builds. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184059 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/MC/MCContext.cpp b/lib/MC/MCContext.cpp index b997786..80de55e 100644 --- a/lib/MC/MCContext.cpp +++ b/lib/MC/MCContext.cpp
@@ -44,6 +44,7 @@ error_code EC = llvm::sys::fs::current_path(CompilationDir); assert(!EC && "Could not determine the current directory"); + (void)EC; MachOUniquingMap = 0; ELFUniquingMap = 0;