diff librpg/rpg/battle-bar.c @ 221:d51d9c0c2186

misc: some cleanup
author David Demelier <markand@malikania.fr>
date Wed, 18 Nov 2020 15:19:25 +0100
parents 4ad7420ab678
children 76afe639fd72
line wrap: on
line diff
--- a/librpg/rpg/battle-bar.c	Wed Nov 18 15:07:43 2020 +0100
+++ b/librpg/rpg/battle-bar.c	Wed Nov 18 15:19:25 2020 +0100
@@ -272,6 +272,9 @@
 bool
 battle_bar_handle(struct battle_bar *bar, const struct battle *bt, const union event *ev)
 {
+	/* Not needed yet. */
+	(void)bt;
+
 	assert(bar);
 	assert(bt);
 	assert(ev);