X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/9fd1f2748b3ebb25e52fac67a7e849c564f9a87a..fd41f8dfd1133e89f6b5ac675fe2b5068b6bb652:/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();