Bug 118252

Summary: Fix cast-align warning in WebKit2/Platform/IPC/unix/ConnectionUnix.cpp
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ahmad.saleem792, annevk, ossy, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Csaba Osztrogonác 2013-07-01 10:16:03 PDT
/home/oszi/WebKit/Source/WebKit2/Platform/CoreIPC/unix/ConnectionUnix.cpp:518:95: warning: cast from 'unsigned char*' to 'int*' increases required alignment of target type [-Wcast-align]

Here is the source:
https://trac.webkit.org/browser/trunk/Source/WebKit2/Platform/CoreIPC/unix/ConnectionUnix.cpp?rev=151825#L518
Comment 1 Csaba Osztrogonác 2015-10-06 06:05:50 PDT
The bug is still valid, but the file was renamed.

https://trac.webkit.org/browser/trunk/Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp?rev=190564#L465
Comment 2 Ahmad Saleem 2024-03-09 18:51:59 PST
Current Source file: https://searchfox.org/wubkat/rev/93c3eb8ac99a6b6e3894deaf14e5d38304898b48/Source/WebKit/Platform/IPC/unix/ConnectionUnix.cpp#469

@Anne - any idea - who might be able to help or maintain this file?