On 2/12/26 2:54 PM, Dmitry Mityugov wrote: > This patch enables two compiler options, -Wmissing-declarations and > -Wmissing-variable-declarations, to help minimize visibility of symbols > used inside a single module, and catch other possible problems like > unused functions and variables. It also adjusts `_OVS_CHECK_CC_OPTION` > macro to work correctly with -Wmissing-variable-declarations option. > > This patch also declares `impl_set_masked_funcs` array in > lib/odp-execute-avx512.c as `static`, because it isn't used anywhere > else. > > Signed-off-by: Dmitry Mityugov <[email protected]> > --- > This new version of the patch fixes interference to unused variable > detection introduced by the v1 version.
Thanks, Dmitry. Applied to main. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
