Changeset 129e282 for protocols/msn

Timestamp:
2015-10-30T10:31:09Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
ad8a810
Parents:
0edc2fb
git-author:
dequis <dx@…> (27-10-15 05:43:57)
git-committer:
dequis <dx@…> (30-10-15 10:31:09)
Message:

ipc: Fix strict aliasing warnings

Turned out to be as simple as just using memcpy.

As with all strict aliasing warnings, these only appeared when
compiling with optimization, and might have caused Bad Things™

This page is cool:

http://dbp-consulting.com/tutorials/StrictAliasing.html

(No files)

Note: See TracChangeset for help on using the changeset viewer.