Bug 118252 - Fix cast-align warning in WebKit2/Platform/IPC/unix/ConnectionUnix.cpp
Summary: Fix cast-align warning in WebKit2/Platform/IPC/unix/ConnectionUnix.cpp
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-01 10:16 PDT by Csaba Osztrogonác
Modified: 2024-03-09 18:51 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?