Prepare for '-Wunused-parameter'
[lttng-tools.git] / src / common / event-rule / jul-logging.cpp
index 77ae3800c2fc30a98efdc68a8e66af85a3949332..319a904a2f27d1a4d2f351882cf9b4905983cb3f 100644 (file)
@@ -376,7 +376,7 @@ lttng_event_rule_jul_logging_get_internal_filter_bytecode(
 
 static enum lttng_event_rule_generate_exclusions_status
 lttng_event_rule_jul_logging_generate_exclusions(
-               const struct lttng_event_rule *rule,
+               const struct lttng_event_rule *rule __attribute__((unused)),
                struct lttng_event_exclusion **_exclusions)
 {
        /* Unsupported. */
@@ -850,7 +850,8 @@ end:
        return status;
 }
 
-static bool log_level_rule_valid(const struct lttng_log_level_rule *rule)
+static bool log_level_rule_valid(
+               const struct lttng_log_level_rule *rule __attribute__((unused)))
 {
        /*
         * For both JUL and LOG4J custom log level are possible and can
This page took 0.023514 seconds and 4 git commands to generate.