[Webkit-unassigned] [Bug 224231] New: Compiler warnings that need to be fixed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 6 03:01:30 PDT 2021


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

            Bug ID: 224231
           Summary: Compiler warnings that need to be fixed
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Linux
            Status: NEW
          Severity: Trivial
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: estea at igalia.com

--- Description ---

There are some compiler warnings that need to be fixed:

/WebKit/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:
 WTFLogAlways("SQLiteIDBBackingStore::databasesSizeForDirectory filePath='%s', database='%s', size=%" PRIu64, file.utf8().data(), databaseName.utf8().data(), fileSize); 
last argument should be long long int.


WebKit/Source/WebCore/inspector/InspectorOverlay.cpp:
FloatLine lineBetweenColumnBottoms = { columnStartLine.end(), previousColumnEndLine.end() };
is not used.

Functions:
WebCore::FloatSize WebCore::expectedSizeForLayoutLabel(WTF::String, WebCore::InspectorOverlay::LabelArrowDirection, float) in /Source/WebCore/inspector/InspectorOverlay.cpp

and

WebCore::Color WebCore::CSSPropertyParserHelpers::mixColorComponents(WebCore::CSSPropertyParserHelpers::ColorMixColorSpace, const WebCore::CSSPropertyParserHelpers::ColorMixComponent&, const WebCore::CSSPropertyParserHelpers::ColorMixComponent&) in Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp

don't have a return type.

-- 
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/20210406/5af34729/attachment-0001.htm>


More information about the webkit-unassigned mailing list