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

Unified Diff: webrtc/modules/audio_conference_mixer/source/memory_pool.h

Issue 2358993004: Enable the -Wundef warning for clang (Closed)
Patch Set: rebase Created 4 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
Index: webrtc/modules/audio_conference_mixer/source/memory_pool.h
diff --git a/webrtc/modules/audio_conference_mixer/source/memory_pool.h b/webrtc/modules/audio_conference_mixer/source/memory_pool.h
index 3c7e1b71a927b287e9e6913427cdf5a01e221c88..c0a813116bb7884ea06b6311109179a9bd93707d 100644
--- a/webrtc/modules/audio_conference_mixer/source/memory_pool.h
+++ b/webrtc/modules/audio_conference_mixer/source/memory_pool.h
@@ -15,7 +15,7 @@
#include "webrtc/typedefs.h"
-#if _WIN32
+#ifdef _WIN32
#include "webrtc/modules/audio_conference_mixer/source/memory_pool_win.h"
#else
#include "webrtc/modules/audio_conference_mixer/source/memory_pool_posix.h"

Powered by Google App Engine
This is Rietveld 408576698