]> git.proxmox.com Git - pve-firewall.git/commitdiff
add compile time test for log struct size
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 15 Mar 2014 09:24:02 +0000 (10:24 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 15 Mar 2014 09:24:02 +0000 (10:24 +0100)
The STATIC_ASSERT macro declares an external function (which is never used).
The declaratin fails if the expression evaluates to false, because that
would result in a negative array bound.


No differences found