[Webkit-unassigned] [Bug 164437] Support TouchBar in WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 4 22:51:28 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=164437

--- Comment #10 from mitz at webkit.org <mitz at webkit.org> ---
(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.

-- 
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/a9e44e02/attachment.html>


More information about the webkit-unassigned mailing list