tsan: fix lint warning

llvm-svn: 178157
This commit is contained in:
Dmitry Vyukov 2013-03-27 17:57:58 +00:00
parent fa2287825d
commit 9f08fe5065
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ namespace __sanitizer {
#if SANITIZER_WINDOWS
class MemoryMappingLayout {
public:
MemoryMappingLayout(bool cache_enabled) {
explicit MemoryMappingLayout(bool cache_enabled) {
(void)cache_enabled;
}
bool GetObjectNameAndOffset(uptr addr, uptr *offset,