Skip to content

core, wimax: Fix clang-tidy readability-implicit-bool-conversion warnings

Fix the following two cases of clang-tidy readability-implicit-bool-conversion warnings, where a bool is being passed to a function that expects to receive an int.

Merge request reports