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

Unified Diff: chrome/browser/media/cast_remoting_connector_fuzzertest.cc

Issue 2714053003: Fix GCC build for target 'all' (Closed)
Patch Set: #if defined(__GNUC__) Created 3 years, 10 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
Index: chrome/browser/media/cast_remoting_connector_fuzzertest.cc
diff --git a/chrome/browser/media/cast_remoting_connector_fuzzertest.cc b/chrome/browser/media/cast_remoting_connector_fuzzertest.cc
index 87191007e3596ee355a7543fd434460a333f934e..d43cf95c874b9322310c58599685884065a0a082 100644
--- a/chrome/browser/media/cast_remoting_connector_fuzzertest.cc
+++ b/chrome/browser/media/cast_remoting_connector_fuzzertest.cc
@@ -15,6 +15,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
// Make sure the compiler does not try to optimize-away calls by storing their
// results in a volatile variable.
volatile unsigned int ignored_result;
+ (void)ignored_result;
using Messaging = CastRemotingConnectorMessaging;
« no previous file with comments | « chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc ('k') | chrome/browser/previews/previews_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698