Bug 171026

Summary: [GTK] ../../Source/ThirdParty/xdgmime/src/xdgmimecache.c:200:62: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith]
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebKitGTKAssignee: Michael Catanzaro <mcatanzaro>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, cgarcia, commit-queue, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch none

Description Michael Catanzaro 2017-04-19 18:24:22 PDT
[43/5806] Building C object Source/Thi...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;
Comment 1 Michael Catanzaro 2017-04-19 18:30:34 PDT
Created attachment 307537 [details]
Patch
Comment 2 WebKit Commit Bot 2017-04-19 23:27:02 PDT
Comment on attachment 307537 [details]
Patch

Clearing flags on attachment: 307537

Committed r215553: <http://trac.webkit.org/changeset/215553>
Comment 3 WebKit Commit Bot 2017-04-19 23:27:04 PDT
All reviewed patches have been landed.  Closing bug.