| Index: libyuv_test.gyp
|
| diff --git a/libyuv_test.gyp b/libyuv_test.gyp
|
| index 5358ffd7653a996e9378176b78dafa7620c3c169..201c96bee9942f7aaa26f697618eac4dc1ff05d2 100644
|
| --- a/libyuv_test.gyp
|
| +++ b/libyuv_test.gyp
|
| @@ -76,7 +76,15 @@
|
| 'xcode_settings': {
|
| 'DEBUGGING_SYMBOLS': 'YES',
|
| 'DEBUG_INFORMATION_FORMAT' : 'dwarf-with-dsym',
|
| + # Work around compile issue with isosim.mm, see
|
| + # https://code.google.com/p/libyuv/issues/detail?id=548 for details.
|
| + 'WARNING_CFLAGS': [
|
| + '-Wno-sometimes-uninitialized',
|
| + ],
|
| },
|
| + 'cflags': [
|
| + '-Wno-sometimes-uninitialized',
|
| + ],
|
| }],
|
| [ 'OS != "ios" and libyuv_disable_jpeg != 1', {
|
| 'defines': [
|
|
|