[Webkit-unassigned] [Bug 165374] New: Add __STDC_FORMAT_MACROS before inttypes.h is included
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 5 08:30:40 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=165374
Bug ID: 165374
Summary: Add __STDC_FORMAT_MACROS before inttypes.h is included
Classification: Unclassified
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Web Template Framework
Assignee: webkit-unassigned at lists.webkit.org
Reporter: annulen at yandex.ru
We need formatting macros like PRIu64 to be available in all places where inttypes.h header is used. All these usages get inttypes.h definitions via wtf/Assertions.h header, except SQLiteFileSystem.cpp where formatting macros are not used anymore since r185129.
This patch fixes multiple build errors with MinGW and reduces number of independent __STDC_FORMAT_MACROS uses in the code base.
--
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/20161205/d63ff804/attachment.html>
More information about the webkit-unassigned
mailing list