mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 15:44:11 +02:00
Fix compiler warning.
This commit is contained in:
parent
0634847055
commit
a8f880e1b6
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
using namespace icinga;
|
using namespace icinga;
|
||||||
|
|
||||||
Value icinga::ScriptFunctionWrapperVV(void (*function)(void), const std::vector<Value>& arguments)
|
Value icinga::ScriptFunctionWrapperVV(void (*function)(void), const std::vector<Value>&)
|
||||||
{
|
{
|
||||||
function();
|
function();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user