[Webkit-unassigned] [Bug 165945] New: [EFL] Fix debug build break since r209873

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 15 23:05:31 PST 2016


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

            Bug ID: 165945
           Summary: [EFL] Fix debug build break since r209873
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jh718.park at samsung.com
                CC: lucas.de.marchi at gmail.com

Fix a build warning error below. Use Primitive System Data Type uint64_t instead of unsigned long long.

In file included from ../../Source/WTF/wtf/StdLibExtras.h:33:0,
                 from ../../Source/WTF/wtf/FastMalloc.h:26,
                 from ../../Source/WebCore/config.h:75,
                 from ../../Source/WebCore/Modules/indexeddb/IDBFactory.cpp:26:
../../Source/WebCore/Modules/indexeddb/IDBFactory.cpp: In member function ‘WebCore::ExceptionOr<WTF::Ref<WebCore::IDBOpenDBRequest> > WebCore::IDBFactory::openInternal(WebCore::ScriptExecutionContext&, const WTF::String&, long long unsigned int)’:
../../Source/WTF/wtf/Assertions.h:399:68: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘long long unsigned int’ [-Werror=format=]
 #define LOG(channel, ...) WTFLog(&LOG_CHANNEL(channel), __VA_ARGS__)
                                                                    ^
../../Source/WebCore/Modules/indexeddb/IDBFactory.cpp:103:5: note: in expansion of macro ‘LOG’
     LOG(IndexedDBOperations, "IDB opening database: %s %" PRIu64, name.utf8().data(), version);
     ^
cc1plus: all warnings being treated as errors

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


More information about the webkit-unassigned mailing list