[Webkit-unassigned] [Bug 279718] New: [IPC] Fix -Wmissing-designated-field-initializers warning in IPCStreamTester.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 14 11:49:14 PDT 2024


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

            Bug ID: 279718
           Summary: [IPC] Fix -Wmissing-designated-field-initializers
                    warning in IPCStreamTester.cpp
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Process Model
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: nham at apple.com

Fix -Wmissing-designated-field-initializers warning in IPCStreamTester.cpp found by upstream clang.

Source/WebKit/Shared/IPCStreamTester.cpp:153:5: warning: missing field 'version' initializer [-Wmissing-designated-field-initializers]
  153 |     };
      |     ^
1 warning generated.

-- 
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/20240914/64d3807d/attachment-0001.htm>


More information about the webkit-unassigned mailing list