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

Unified Diff: ppapi/native_client/src/trusted/plugin/plugin.cc

Issue 8373024: gcc 4.6.1 -Wall -Werror fix. (Closed) Base URL: svn://svn.chromium.org/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/native_client/src/trusted/plugin/plugin.cc
===================================================================
--- ppapi/native_client/src/trusted/plugin/plugin.cc (revision 106936)
+++ ppapi/native_client/src/trusted/plugin/plugin.cc (working copy)
@@ -1793,6 +1793,7 @@
callback_factory_.NewRequiredCallback(pmem,
reinterpret_cast<plugin::FileDownloader*>(NULL),
js_callback);
+ static_cast<void>(open_callback);
}
#endif // HACK_FOR_MACOS_HANG_REMOVED
« 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