The macro `WMC_TOOL_SKIP` in `basop_utils.c` prevents the complexity from being printed when `WMOPS_DETAIL` is activated
The macro `WMC_TOOL_SKIP` in `basop_utils.c` prevents the complexity from being printed when `WMOPS_DETAIL` is activated. Since `WMOPS_DISABLE_FCN_CALL_PENALIZATION` is activated in `wmops.h` function calls are not penalized. Therefore, there is no reason to keep the macro `WMC_TOOL_SKIP` in `basop_utils.c` as it has no impact on complexity measurements.
issue