diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2022-12-05 22:33:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-05 22:33:29 +0100 |
commit | 946c3dba0f6c393c2e41b98103cec3e7308fbf2c (patch) | |
tree | 0189980cdaf12f3a85f699352ace8f41f3550eb3 /src | |
parent | 57562b3dfe8b0f3a4e03efbe1a9f0536efeb6c00 (diff) |
Fix compilation (#1819)
Diffstat (limited to 'src')
-rw-r--r-- | src/include/ndpi_typedefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |