| Index: webrtc/modules/audio_processing/audio_processing_tests.gypi
|
| diff --git a/webrtc/modules/audio_processing/audio_processing_tests.gypi b/webrtc/modules/audio_processing/audio_processing_tests.gypi
|
| index ad82f4bdad2fcff9683af4f7fdbb9a5f7b6ab8db..f672226e4bd6c429eae595fe5cd616573f48130f 100644
|
| --- a/webrtc/modules/audio_processing/audio_processing_tests.gypi
|
| +++ b/webrtc/modules/audio_processing/audio_processing_tests.gypi
|
| @@ -72,6 +72,18 @@
|
| 'sources': [
|
| 'intelligibility/test/intelligibility_proc.cc',
|
| ],
|
| + 'conditions': [
|
| + ['OS=="ios"', {
|
| + 'xcode_settings': {
|
| + 'WARNING_CFLAGS': [
|
| + # Suppress compiler warnings about deprecated that triggered
|
| + # when moving from ios_deployment_target 7.0 to 9.0.
|
| + # See webrtc:5549 for more details.
|
| + '-Wno-deprecated-declarations',
|
| + ],
|
| + },
|
| + }],
|
| + ],
|
| }, # intelligibility_proc
|
| ],
|
| 'conditions': [
|
|
|