| Index: webrtc/modules/audio_processing/test/protobuf_utils.h
|
| diff --git a/webrtc/modules/audio_processing/test/protobuf_utils.h b/webrtc/modules/audio_processing/test/protobuf_utils.h
|
| index 3ab90b7761ac6dab4d47f08d6f852d81b397b440..e132c9405cd0c9b796c41ae09037ed84a0e39fa8 100644
|
| --- a/webrtc/modules/audio_processing/test/protobuf_utils.h
|
| +++ b/webrtc/modules/audio_processing/test/protobuf_utils.h
|
| @@ -13,7 +13,11 @@
|
|
|
| #include <memory>
|
|
|
| +#include "webrtc/base/ignore_wundef.h"
|
| +
|
| +RTC_PUSH_IGNORING_WUNDEF()
|
| #include "webrtc/modules/audio_processing/debug.pb.h"
|
| +RTC_POP_IGNORING_WUNDEF()
|
|
|
| namespace webrtc {
|
|
|
|
|