summaryrefslogtreecommitdiff
path: root/base/debug/alias.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/debug/alias.cc')
-rw-r--r--base/debug/alias.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/debug/alias.cc b/base/debug/alias.cc
index d49808491b..6b0caaa6d1 100644
--- a/base/debug/alias.cc
+++ b/base/debug/alias.cc
@@ -12,7 +12,7 @@ namespace debug {
#pragma optimize("", off)
#endif
-void Alias(const void* /* var */) {
+void Alias(const void* var) {
}
#if defined(COMPILER_MSVC)