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 --- menuoptions.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'menuoptions.c') diff --git a/menuoptions.c b/menuoptions.c index 95da338..2f781ce 100644 --- a/menuoptions.c +++ b/menuoptions.c @@ -5,6 +5,9 @@ void Foptions (SURFACES *surfaces, POSITIONS *positions) { + /* TODO */ + (void) surfaces; + (void) positions; } -- cgit v1.2.3