lib/generic/lru: try to resolve alignof warnings
Compare changes
Files
2+ 1
− 1
@@ -128,7 +128,7 @@ KR_EXPORT struct lru * lru_create_impl(uint max_slots, uint val_alignment,
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
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.