From 676ef58a891508ce9c21a5a098d2da73b1523a61 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Mon, 26 Apr 2021 17:03:06 -0500 Subject: Cleanup: Fix unused variable warning in lite build --- source/blender/modifiers/intern/MOD_volume_displace.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/blender/modifiers/intern/MOD_volume_displace.cc b/source/blender/modifiers/intern/MOD_volume_displace.cc index 6a148e824fa..af4b31d6bfc 100644 --- a/source/blender/modifiers/intern/MOD_volume_displace.cc +++ b/source/blender/modifiers/intern/MOD_volume_displace.cc @@ -305,7 +305,7 @@ static void displace_volume(ModifierData *md, const ModifierEvalContext *ctx, Vo } #else - UNUSED_VARS(md, ctx); + UNUSED_VARS(md, volume, ctx); BKE_modifier_set_error(ctx->object, md, "Compiled without OpenVDB"); #endif } -- cgit v1.2.3