From 9bbff3216b9f99d86f3757dbad70c9d91ef8d700 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Wed, 7 Jan 2015 13:43:25 +0100 Subject: fixed some compilation warnings Signed-off-by: Olivier Gayot --- magies.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'magies.c') diff --git a/magies.c b/magies.c index b978036..2de216e 100644 --- a/magies.c +++ b/magies.c @@ -250,6 +250,10 @@ int Fcalculersoins(PERSONNAGES persos[],int *Vtourallie,int *min,ENNEMIS ennemis int max; int taux; + /* TODO understand why these variables were passed to the function */ + (void) ennemis; + (void) selection; + soins=persos[*Vtourallie].magie*20; taux=soins/4; max=soins+taux; -- cgit v1.2.3