X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/3a9bc658f505e423b3be181948f1870a09915ea9..2fddb30eb177339eba6c1d64c3aea934704e5faf:/projects/rlm_stg/stg_client.h diff --git a/projects/rlm_stg/stg_client.h b/projects/rlm_stg/stg_client.h index 82d2287b..ee15774f 100644 --- a/projects/rlm_stg/stg_client.h +++ b/projects/rlm_stg/stg_client.h @@ -65,7 +65,7 @@ public: Error(const std::string& message) : runtime_error(message) {} }; - typedef bool (*Callback)(void* data, const RESULT& result); + typedef bool (*Callback)(void* /*data*/, const RESULT& /*result*/, bool /*status*/); STG_CLIENT(const std::string& address, Callback callback, void* data); ~STG_CLIENT();