Bug 118252
| Summary: | Fix cast-align warning in WebKit2/Platform/IPC/unix/ConnectionUnix.cpp | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ahmad.saleem792, annevk, ossy, sergio |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Csaba Osztrogonác
/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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
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
Ahmad Saleem
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?