summaryrefslogtreecommitdiff
path: root/base/logging.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/logging.cc')
-rw-r--r--base/logging.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/logging.cc b/base/logging.cc
index a8736badd3..ad9d84a07f 100644
--- a/base/logging.cc
+++ b/base/logging.cc
@@ -207,7 +207,7 @@ class LoggingLock {
UnlockLogging();
}
- static void Init(LogLockingState lock_log, const PathChar* /*new_log_file*/) {
+ static void Init(LogLockingState lock_log, const PathChar* new_log_file) {
if (initialized)
return;
lock_log_file = lock_log;
@@ -474,7 +474,7 @@ template std::string* MakeCheckOpString<unsigned int, unsigned long>(
template std::string* MakeCheckOpString<std::string, std::string>(
const std::string&, const std::string&, const char* name);
-void MakeCheckOpValueString(std::ostream* os, std::nullptr_t) {
+void MakeCheckOpValueString(std::ostream* os, std::nullptr_t p) {
(*os) << "nullptr";
}