]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix compiler warning
authorAlan T. DeKok <aland@freeradius.org>
Wed, 20 Feb 2013 04:35:10 +0000 (23:35 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 20 Feb 2013 04:35:10 +0000 (23:35 -0500)
src/modules/rlm_example/rlm_example.c

index 603e58c5b5af9d242123d8f9ed2a47a8cf49de6b..2162aea9a2fbde54cee580e4c6d82c5459277a71 100644 (file)
@@ -194,7 +194,7 @@ static rlm_rcode_t example_checksimul(void *instance, REQUEST *request)
  *     Only free memory we allocated.  The strings allocated via
  *     cf_section_parse() do not need to be freed.
  */
-static int example_detach(void *instance)
+static int example_detach(UNUSED void *instance)
 {
        /* free things here */
        return 0;