fix warnings
authorMatthias Braun <matze@braunis.de>
Sun, 7 Sep 2008 16:35:22 +0000 (16:35 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 7 Sep 2008 16:35:22 +0000 (16:35 +0000)
[r21739]

ir/stat/stat_timing.c

index 3c28f50..4cf65ea 100644 (file)
@@ -59,11 +59,13 @@ timing_sched_env_t *timing_sched_prepare_max_prio(timing_sched_env_t *env)
 
 timing_sched_env_t *timing_sched_get(timing_sched_env_t *env)
 {
+       (void) env;
        return NULL;
 }
 
 int timing_sched_set(const timing_sched_env_t *env)
 {
+       (void) env;
        return 0;
 }