Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: base/logging.cc

Issue 10960029: Supressing unreferenced variable warning in nacl build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/logging.cc
diff --git a/base/logging.cc b/base/logging.cc
index d30b2194f50f0679001886b88002405b7f332bfb..7f9caff73973f1232efde9a609206adca9e2926f 100644
--- a/base/logging.cc
+++ b/base/logging.cc
@@ -394,6 +394,7 @@ bool BaseInitLoggingImpl(const PathChar* new_log_file,
return InitializeLogFileHandle();
#else
+ (void) g_vlog_info_prev;
return true;
#endif // !defined(OS_NACL)
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698