Resolve unused parameter warnings

This commit is contained in:
WarmUpTill
2024-08-15 00:28:29 +02:00
committed by WarmUpTill
parent ee72bb192c
commit 5bb10a4aef
24 changed files with 30 additions and 32 deletions

View File

@@ -84,8 +84,8 @@ GetTransformSettingValue(obs_scene_item *source,
}
template<class T>
static void logConversionError(T exception, const char *func,
const char *target, const char *value)
static void logConversionError(T, const char *func, const char *target,
const char *value)
{
if (std::is_same<T, std::invalid_argument>::value) {
blog(LOG_WARNING, "%s invalid %s value (%s)", func, target,