summaryrefslogtreecommitdiffstats
path: root/linux/SELinuxMeter.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-03-24 19:27:03 +0100
committerChristian Göttsche <cgzones@googlemail.com>2021-03-24 19:27:03 +0100
commit9c437ceb0cf90cdca8eee83baa54090d4bddb951 (patch)
tree133363f5e2f9292c540a91dd86df1e285a466469 /linux/SELinuxMeter.c
parent7b293dc3e2e22361838ee2e506b191a1f98caa36 (diff)
Drop unused attributes of actually used function parameters
These parameters were once unused, but not anymore.
Diffstat (limited to 'linux/SELinuxMeter.c')
-rw-r--r--linux/SELinuxMeter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/SELinuxMeter.c b/linux/SELinuxMeter.c
index 617e035f..3f79e462 100644
--- a/linux/SELinuxMeter.c
+++ b/linux/SELinuxMeter.c
@@ -69,7 +69,7 @@ static bool isSelinuxEnforcing(void) {
return !!enforce;
}
-static void SELinuxMeter_updateValues(ATTR_UNUSED Meter* this) {
+static void SELinuxMeter_updateValues(Meter* this) {
enabled = isSelinuxEnabled();
enforcing = isSelinuxEnforcing();

© 2014-2024 Faster IT GmbH | imprint | privacy policy