]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
lib/generic/lru: try to resolve alignof warnings
authorVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 12 Apr 2019 07:22:15 +0000 (09:22 +0200)
committerPetr Špaček <petr.spacek@nic.cz>
Thu, 18 Apr 2019 06:55:50 +0000 (06:55 +0000)
commitee67a8a3c3a3aa911b732315b7e19337ac89a79e
treeaa5c57b201a94ccb61652f20c890bf973d1ed27f
parent809d5b76abd0d961f3ab625079a1ea5b8b12fe71
lib/generic/lru: try to resolve alignof warnings

We run meson with -std=gnu11, but apparently some compiler still
complained about it.  Unfortunately it wouldn't be easy to use
standard C11 in this case.
lib/generic/lru.c
lib/generic/lru.h