From 31941d9f3b2a665317503166785a3eb6cef35a9c Mon Sep 17 00:00:00 2001 From: Dusan Durech Date: Wed, 22 Apr 2009 19:54:52 +0200 Subject: fix _all_ warnings // used macro UNUSET --- src/modules/modBasic.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/modules/modBasic.c') diff --git a/src/modules/modBasic.c b/src/modules/modBasic.c index 7bddd7a..012466e 100644 --- a/src/modules/modBasic.c +++ b/src/modules/modBasic.c @@ -35,6 +35,11 @@ int init(export_fce_t * p) int draw(int x, int y, int w, int h) { + UNUSET(x); + UNUSET(y); + UNUSET(w); + UNUSET(h); + printf("Drawing Basic module.\n"); return 0; } -- cgit v1.2.3