summaryrefslogtreecommitdiffstats
path: root/cryptfs_hw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cryptfs_hw.cpp')
-rw-r--r--cryptfs_hw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptfs_hw.cpp b/cryptfs_hw.cpp
index 8845de1..5d233b9 100644
--- a/cryptfs_hw.cpp
+++ b/cryptfs_hw.cpp
@@ -63,7 +63,7 @@ int set_ice_param(int flag)
return rc;
}
#else
-int set_ice_param(__unused int flag)
+int set_ice_param(int flag)
{
return -1;
}