Skip to content

Commit

Permalink
Fix compilation in CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanNardi committed Jul 15, 2023
1 parent 890f177 commit 686fbf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/include/ndpi_typedefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1678,8 +1678,8 @@ struct ndpi_flow_struct {
_Static_assert(sizeof(((struct ndpi_flow_struct *)0)->protos) <= 210,
"Size of the struct member protocols increased to more than 210 bytes, "
"please check if this change is necessary.");
_Static_assert(sizeof(struct ndpi_flow_struct) <= 960,
"Size of the flow struct increased to more than 952 bytes, "
_Static_assert(sizeof(struct ndpi_flow_struct) <= 968,
"Size of the flow struct increased to more than 968 bytes, "
"please check if this change is necessary.");
#endif
#endif
Expand Down

0 comments on commit 686fbf2

Please sign in to comment.