From e12a5958267f0455ff6131bd9e0b679bb01d1aa2 Mon Sep 17 00:00:00 2001 From: Alessio Morale Date: Mon, 20 Apr 2015 11:38:38 +0200 Subject: [PATCH] OP-1802 - (missing) change from review --- flight/modules/StateEstimation/filterstationary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flight/modules/StateEstimation/filterstationary.c b/flight/modules/StateEstimation/filterstationary.c index 22b811fba..70d3efad6 100644 --- a/flight/modules/StateEstimation/filterstationary.c +++ b/flight/modules/StateEstimation/filterstationary.c @@ -57,7 +57,7 @@ int32_t filterStationaryInitialize(stateFilter *handle) return STACK_REQUIRED; } -static int32_t init(__attribute__((unused)) stateFilter *self) +static int32_t init(stateFilter *self) { struct data *this = (struct data *)self->localdata;