]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virnetdevip: Avoid cast align warning
authorJán Tomko <jtomko@redhat.com>
Tue, 15 Jan 2019 12:00:52 +0000 (13:00 +0100)
committerJán Tomko <jtomko@redhat.com>
Tue, 15 Jan 2019 12:00:52 +0000 (13:00 +0100)
commit0ca65b7b61df36cff58fe96dd22d0b968cbb1fd4
treec61d7f0fdf0474c2d589aac0c8d18822fdfd66e6
parent7ea55e04c3aa0bda3e84eb4e2937c52be6b617f4
virnetdevip: Avoid cast align warning

Commit 7282f455a got rid of the VIR_WARNINGS_NO_CAST_ALIGN macro
when refactoring the code and broke the build with clang.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
src/util/virnetdevip.c