mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-20 13:04:00 +00:00
silence warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33746 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fea997aac5
commit
acf8145b62
@ -49,6 +49,7 @@ static inline void check_ltdl_initialization() {
|
||||
static bool did_initialize_ltdl = false;
|
||||
if (!did_initialize_ltdl) {
|
||||
int Err = lt_dlinit();
|
||||
Err = Err; // Silence warning.
|
||||
assert(0 == Err && "Can't init the ltdl library");
|
||||
did_initialize_ltdl = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user