[Webkit-unassigned] [Bug 217884] New: REGRESSION (r25430): Fix -Wstring-concatenation warning from open source clang

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 17 16:13:47 PDT 2020


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

            Bug ID: 217884
           Summary: REGRESSION (r25430): Fix -Wstring-concatenation
                    warning from open source clang
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: ggaren at apple.com

Fix -Wstring-concatenation warning from open source clang:

Source/WebKitLegacy/mac/WebView/WebPreferences.mm:135:13: warning: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Wstring-concatenation]
            "com.app4mac.wKiosk",
            ^
Source/WebKitLegacy/mac/WebView/WebPreferences.mm:134:13: note: place parentheses around the string literal to silence warning
            "com.app4mac.KidsBrowser"
            ^

This regressed way back in r25430.  <https://trac.webkit.org/r25430>

-- 
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/20201017/3eb7d514/attachment-0001.htm>


More information about the webkit-unassigned mailing list