Commit c53269e
committed
[[ Bug 23224 ]] Fix compile error when building iOS with Xcode12.5
This patch fixes the following compile error when building the iOS engines with Xcode 12.5:
/Users/administrator/Vulcan/slaves/build-mac-5-1/slave/try-community-universal-ios-iphoneos14_4/checkout/engine/src/mblhandlers.cpp:4845:3: error: type 'nullptr_t' cannot be narrowed to 'bool' in initializer list [-Wc++11-narrowing]
{nil, nil, nil}
^~~1 parent 43ccc48 commit c53269e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4842 | 4842 | | |
4843 | 4843 | | |
4844 | 4844 | | |
4845 | | - | |
| 4845 | + | |
4846 | 4846 | | |
4847 | 4847 | | |
4848 | 4848 | | |
| |||
0 commit comments