[Webkit-unassigned] [Bug 276778] New: ThirdParty/xdgmime: LITTLE_ENDIAN is not defined
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 18 07:12:05 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=276778
Bug ID: 276778
Summary: ThirdParty/xdgmime: LITTLE_ENDIAN is not defined
Product: WebKit
Version: WebKit Local Build
Hardware: PC
OS: Linux
Status: NEW
Severity: Minor
Priority: P2
Component: WebKitGTK
Assignee: webkit-unassigned at lists.webkit.org
Reporter: dennis.camera+webkit at riiengineering.ch
CC: bugs-noreply at webkitgtk.org
There are to build warnings when compiling the vendored xdgmime:
[667/12333] Building C object Source/ThirdParty/xdgmime/CMakeFiles/xdgmime.dir/src/xdgmimemagic.c.o
/tmp/WebKit/Source/ThirdParty/xdgmime/src/xdgmimemagic.c: In function '_xdg_mime_magic_parse_magic_line':
/tmp/WebKit/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:489:5: warning: "LITTLE_ENDIAN" is not defined, evaluates to 0 [-Wundef]
489 | #if LITTLE_ENDIAN
| ^~~~~~~~~~~~~
/tmp/WebKit/Source/ThirdParty/xdgmime/src/xdgmimemagic.c:482:15: warning: unused variable 'i' [-Wunused-variable]
482 | int i;
| ^
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240718/a73556a5/attachment-0001.htm>
More information about the webkit-unassigned
mailing list