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

Unified Diff: ppapi/proxy/ppb_flash_clipboard_proxy.cc

Issue 8371020: Fix warning in release mode. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 2 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: ppapi/proxy/ppb_flash_clipboard_proxy.cc
===================================================================
--- ppapi/proxy/ppb_flash_clipboard_proxy.cc (revision 106857)
+++ ppapi/proxy/ppb_flash_clipboard_proxy.cc (working copy)
@@ -148,6 +148,7 @@
text.Get(dispatcher()));
DLOG_IF(WARNING, result != PP_OK)
<< "Write to clipboard failed unexpectedly.";
+ (void)result; // Prevent warning in release mode.
}
}
« 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