Index: base/debug/alias.cc |
diff --git a/base/debug/alias.cc b/base/debug/alias.cc |
index 6b0caaa6d1819657da85341426cd73b19e81df62..6de39d069b53e49074aa5b0f6293b58b45566914 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* /* var */) {} |
danakj
2016/05/23 02:59:54
just remove the name, its not saying anything as |
Luis Héctor Chávez
2016/05/24 15:27:52
Done.
|
#if defined(COMPILER_MSVC) |
#pragma optimize("", on) |