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

Unified Diff: webrtc/modules/audio_coding/neteq/audio_classifier.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_coding/neteq/audio_classifier.h
diff --git a/webrtc/modules/audio_coding/neteq/audio_classifier.h b/webrtc/modules/audio_coding/neteq/audio_classifier.h
index 653b275724b69528b9c8728b15a5f790a825001a..c94bd02a00247137ac1bdaa1cffbd70ad957d3e0 100644
--- a/webrtc/modules/audio_coding/neteq/audio_classifier.h
+++ b/webrtc/modules/audio_coding/neteq/audio_classifier.h
@@ -11,8 +11,12 @@
#ifndef WEBRTC_MODULES_AUDIO_CODING_NETEQ_AUDIO_CLASSIFIER_H_
#define WEBRTC_MODULES_AUDIO_CODING_NETEQ_AUDIO_CLASSIFIER_H_
+#include "webrtc/base/ignore_wundef.h"
+
extern "C" {
+RTC_PUSH_IGNORING_WUNDEF()
#include "celt.h"
+RTC_POP_IGNORING_WUNDEF()
#include "analysis.h"
#include "opus_private.h"
}

Powered by Google App Engine
This is Rietveld 408576698