Get rid of a bunch of 'unused variable' warnings in test when run with debug_level set. NFC
llvm-svn: 359672
This commit is contained in:
@@ -52,7 +52,7 @@ int main(int, char**)
|
||||
#ifdef _LIBCPP_DEBUG
|
||||
{
|
||||
std::string s;
|
||||
char c = s.back();
|
||||
(void) s.back();
|
||||
assert(false);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user