]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
-Wunused
authorAlan T. DeKok <aland@freeradius.org>
Fri, 17 Dec 2021 14:40:18 +0000 (09:40 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 17 Dec 2021 14:40:18 +0000 (09:40 -0500)
src/lib/util/calc.c

index 833bb5a265b8daa9c227201f86e37dddc07e967f..b74b0e64db1a2a1a2b6b3d00e387ee0f377e91cd 100644 (file)
@@ -350,7 +350,7 @@ static int calc_date(UNUSED TALLOC_CTX *ctx, fr_value_box_t *dst, fr_value_box_t
        return 0;
 }
 
-static int calc_time_delta(UNUSED TALLOC_CTX *ctx, fr_value_box_t *dst, fr_value_box_t const *a, fr_token_t op, fr_value_box_t const *b)
+static int calc_time_delta(TALLOC_CTX *ctx, fr_value_box_t *dst, fr_value_box_t const *a, fr_token_t op, fr_value_box_t const *b)
 {
        fr_value_box_t one, two;
        int64_t when;