[Webkit-unassigned] [Bug 170001] [GTK] Add MIMETypeRegistry implementation using xdgmime and remove the GTK+ one

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 7 09:46:36 PDT 2017


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

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at igalia.com

--- Comment #11 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Did you notice this build warning:

[103/5550] Building C object Source/Th...Files/xdgmime.dir/src/xdgmimecache.c.o
../../Source/ThirdParty/xdgmime/src/xdgmimecache.c: In function ‘cache_magic_matchlet_compare_to_data’:
../../Source/ThirdParty/xdgmime/src/xdgmimecache.c:200:62: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith]
    valid_matchlet = memcmp(cache->buffer + data_offset, data + i, data_length) == 0;

That's invalid code, so it should be fixed, not suppressed.

-- 
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/20170407/5c36bba7/attachment.html>


More information about the webkit-unassigned mailing list