Index: uspace/srv/net/inetsrv/pdu.c
===================================================================
--- uspace/srv/net/inetsrv/pdu.c	(revision 153c7a29e3a8082bd7b08d69177e32d48d1873a7)
+++ uspace/srv/net/inetsrv/pdu.c	(revision 3a9414e69cdbce3cfab8ca582a8a4ecc87c57ea0)
@@ -224,5 +224,5 @@
 		return EINVAL;
 	
-	assert(sizeof(ip6_header_t) % 8 == 0);
+	static_assert(sizeof(ip6_header_t) % 8 == 0);
 	assert(hdr_size % 8 == 0);
 	assert(offs % FRAG_OFFS_UNIT == 0);
