commit | 28b24885534bfbf03c1fa1bc561f29e08f436637 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Thu Dec 01 20:21:04 2011 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Thu Dec 01 20:21:04 2011 +0000 |
tree | 556cfdc9a9d1d6cb484a88a2771ed9c92c13037a | |
parent | c834c5175956361795c85a8789a82edcf1adf9c3 [diff] [blame] |
Quash a whole bunch of warnings llvm-svn: 145624 Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project Cr-Mirrored-Commit: c206366fd7774aff222578c2680b931a4c2c35ba
diff --git a/src/mutex.cpp b/src/mutex.cpp index 1681719..9aa051b 100644 --- a/src/mutex.cpp +++ b/src/mutex.cpp
@@ -20,8 +20,7 @@ mutex::~mutex() { - int e = pthread_mutex_destroy(&__m_); -// assert(e == 0); + pthread_mutex_destroy(&__m_); } void