Skip to content

plugin-loader: Fix a compiler warning from run_job_cb() when compiling without sysprof

Milan Crha requested to merge wip/run_job_cb-compiler-warning into main

The plugin_loader variable is used only if the HAVE_SYSPROF is defined, otherwise it's unused, which could be seen in the Debian CI, but not in the Fedora CI, because Fedora compiles with the sysprof.

Merge request reports