diff options
author | Matthias Braun <matze@braunis.de> | 2016-01-23 06:49:29 +0000 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2016-01-23 06:49:29 +0000 |
commit | 327bca776c3e0c91af08ba715f390c678f6ac0ad (patch) | |
tree | 1a2c02621f427381439a47960916d7dc3710d392 /lldb/source/Core/Module.cpp | |
parent | 9974fa9c8c234019b92c6c8485bbbc18314c2bc7 (diff) | |
download | bcm5719-llvm-327bca776c3e0c91af08ba715f390c678f6ac0ad.tar.gz bcm5719-llvm-327bca776c3e0c91af08ba715f390c678f6ac0ad.zip |
Inline variable into assert
Seems like some compilers still give unused variable warnings for
bool var = ...;
(void)var;
so I have to inline the variable.
llvm-svn: 258619
Diffstat (limited to 'lldb/source/Core/Module.cpp')
0 files changed, 0 insertions, 0 deletions