mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2026-02-16 23:29:52 +08:00
Disable sometimes-uninitialized Clang warning for iOS
This works around a compile problem with iossim.mm. BUG=libyuv:548 TBR=fbarchard@chromium.org Review URL: https://codereview.chromium.org/1611123004 .
This commit is contained in:
parent
484692b6cc
commit
a4288dd6dc
@ -76,7 +76,15 @@
|
|||||||
'xcode_settings': {
|
'xcode_settings': {
|
||||||
'DEBUGGING_SYMBOLS': 'YES',
|
'DEBUGGING_SYMBOLS': 'YES',
|
||||||
'DEBUG_INFORMATION_FORMAT' : 'dwarf-with-dsym',
|
'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', {
|
[ 'OS != "ios" and libyuv_disable_jpeg != 1', {
|
||||||
'defines': [
|
'defines': [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user