Chromium Code Reviews| Index: base/debug/alias.cc |
| diff --git a/base/debug/alias.cc b/base/debug/alias.cc |
| index 6b0caaa6d1819657da85341426cd73b19e81df62..ff3557450fd74abeb1314ee9f25269d22728f788 100644 |
| --- a/base/debug/alias.cc |
| +++ b/base/debug/alias.cc |
| @@ -12,8 +12,7 @@ namespace debug { |
| #pragma optimize("", off) |
| #endif |
| -void Alias(const void* var) { |
| -} |
| +void Alias(const void*) {} |
| #if defined(COMPILER_MSVC) |
| #pragma optimize("", on) |