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

Unified Diff: src/IceBrowserCompileServer.cpp

Issue 1219883003: Small fixes for unused argument warnings w/ Makefile.standalone "sb" target. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 6 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 | src/main.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceBrowserCompileServer.cpp
diff --git a/src/IceBrowserCompileServer.cpp b/src/IceBrowserCompileServer.cpp
index d2654e3665762829a1cd876f4cd8a072a3043b65..5a5b9702d2335b633cdc0850403fe758524654b8 100644
--- a/src/IceBrowserCompileServer.cpp
+++ b/src/IceBrowserCompileServer.cpp
@@ -101,6 +101,7 @@ std::unique_ptr<llvm::raw_fd_ostream> getOutputStream(int FD) {
void fatalErrorHandler(void *UserData, const std::string &Reason,
bool GenCrashDialog) {
+ (void)GenCrashDialog;
BrowserCompileServer *Server =
reinterpret_cast<BrowserCompileServer *>(UserData);
Server->setFatalError(Reason);
« no previous file with comments | « no previous file | src/main.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698