Cleanup: warning

This commit is contained in:
2018-07-05 12:29:48 +02:00
parent d13fb7a7c4
commit a4328a4b70

View File

@@ -553,8 +553,7 @@ Mesh *fluidsimModifier_do(
return mesh;
#else
/* unused */
(void)fluidmd;
(void)ctx;
UNUSED_VARS(fluidmd, ctx, mesh);
return NULL;
#endif
}