Skip to content

Commit

Permalink
[TESTING] Clang 16 bitfield fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Mar 13, 2024
1 parent e45fac0 commit cc2efad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vcl/vcl_bapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ vcl_bapi_hookup (void)
.endian = vl_api_##n##_t_endian, \
.format_fn = vl_api_##n##_t_format, \
.size = sizeof (vl_api_##n##_t), \
.traced = 1, \
.traced = (u32) 1, \
.tojson = vl_api_##n##_t_tojson, \
.fromjson = vl_api_##n##_t_fromjson, \
.calc_size = vl_api_##n##_t_calc_size, \
Expand Down

0 comments on commit cc2efad

Please sign in to comment.