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

Unified Diff: chrome/test/data/nacl/nameservice/pm_nameservice_test.cc

Issue 408393002: Enable ARM/linux cross compile to use clang. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
« build/common.gypi ('K') | « build/linux/install-arm-sysroot.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/nacl/nameservice/pm_nameservice_test.cc
diff --git a/chrome/test/data/nacl/nameservice/pm_nameservice_test.cc b/chrome/test/data/nacl/nameservice/pm_nameservice_test.cc
index 24397220ad570db766c120344559f79772a7d260..2a0887b7b4155fee07eb93983db47fc26394c5d6 100644
--- a/chrome/test/data/nacl/nameservice/pm_nameservice_test.cc
+++ b/chrome/test/data/nacl/nameservice/pm_nameservice_test.cc
@@ -97,7 +97,7 @@ void Initialize(const pp::Var& message_data, nacl::StringBuffer* sb) {
// Dump RNG output into a string.
//
void RngDump(const pp::Var& message_data, nacl::StringBuffer* sb) {
- NaClSrpcError rpc_result;
+ NaClSrpcError rpc_result __attribute__((unused));
int status;
int rng;
« build/common.gypi ('K') | « build/linux/install-arm-sysroot.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698