From 946c3dba0f6c393c2e41b98103cec3e7308fbf2c Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Mon, 5 Dec 2022 22:33:29 +0100 Subject: Fix compilation (#1819) --- src/include/ndpi_typedefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 7c599f384..fb996f9a5 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1581,7 +1581,7 @@ struct ndpi_flow_struct { _Static_assert(sizeof(((struct ndpi_flow_struct *)0)->protos) <= 208, "Size of the struct member protocols increased to more than 208 bytes, " "please check if this change is necessary."); -_Static_assert(sizeof(struct ndpi_flow_struct) <= 928, +_Static_assert(sizeof(struct ndpi_flow_struct) <= 936, "Size of the flow struct increased to more than 928 bytes, " "please check if this change is necessary."); #endif -- cgit v1.2.3