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.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/debug/alias.cc b/base/debug/alias.cc
index ff3557450f..d49808491b 100644
--- a/base/debug/alias.cc
+++ b/base/debug/alias.cc
@@ -12,7 +12,8 @@ namespace debug {
#pragma optimize("", off)
#endif
-void Alias(const void*) {}
+void Alias(const void* /* var */) {
+}
#if defined(COMPILER_MSVC)
#pragma optimize("", on)