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

Unified Diff: ipc/ipc_channel.cc

Issue 10959063: nacl: Fix a bunch of compiler warnings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | ipc/ipc_channel_nacl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_channel.cc
diff --git a/ipc/ipc_channel.cc b/ipc/ipc_channel.cc
index 94e1cc4accc7dca764423dfd8dc5f872501e808e..37d693ad492869d24fa719bd5c13b1cedf6ddc2a 100644
--- a/ipc/ipc_channel.cc
+++ b/ipc/ipc_channel.cc
@@ -11,12 +11,14 @@
#include "base/rand_util.h"
#include "base/stringprintf.h"
+#if !defined(OS_NACL)
namespace {
// Global atomic used to guarantee channel IDs are unique.
base::StaticAtomicSequenceNumber g_last_id;
} // namespace
+#endif
namespace IPC {
« no previous file with comments | « no previous file | ipc/ipc_channel_nacl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698