[Webkit-unassigned] [Bug 164437] Support TouchBar in WebKit
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 4 23:06:44 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=164437
--- Comment #11 from Beth Dakin <bdakin at apple.com> ---
(In reply to comment #10)
> (In reply to comment #9)
> > iOS errors are pasted below. Why do we always get these nullability errors
> > on lines of code that were not modified? All of the code I added to this
> > header is even compiled out on iOS except for the gullibility specifiers
> > that I added to get Mac to build.
>
> If the compiler sees even one nullability specifier in a file, it enforces
> the use of nullability specifiers everywhere in the file.
>
> The solution is normally to wrap the *SPI.h header in
> NS_ASSUME_NONNULL_BEGIN/END, assuming the headers itâs replicating have
> those wrappers.
OOooOooOooooO
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161105/eccecb1e/attachment.html>
More information about the webkit-unassigned
mailing list