campaignd: Fix unused variable warning on Windows
This commit is contained in:
parent
1dabbc3163
commit
34647a3446
1 changed files with 1 additions and 0 deletions
|
@ -236,6 +236,7 @@ void server::fire(const std::string& hook, const std::string& addon)
|
|||
}
|
||||
|
||||
#if defined(_WIN32)
|
||||
(void)addon;
|
||||
ERR_CS << "Tried to execute a script on an unsupported platform\n";
|
||||
return;
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue