diff options
Diffstat (limited to 'src/conditions.cpp')
| -rw-r--r-- | src/conditions.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conditions.cpp b/src/conditions.cpp index 936346f25..9a46f27d1 100644 --- a/src/conditions.cpp +++ b/src/conditions.cpp @@ -258,7 +258,7 @@ static bool evaluateSingleFeature(gchar const *value) { return false; } -static bool evaluateRequiredFeatures(SPItem const *item, gchar const *value) { +static bool evaluateRequiredFeatures(SPItem const */*item*/, gchar const *value) { if ( NULL == value ) return true; @@ -275,7 +275,7 @@ static bool evaluateRequiredFeatures(SPItem const *item, gchar const *value) { return true; } -static bool evaluateRequiredExtensions(SPItem const *item, gchar const *value) { +static bool evaluateRequiredExtensions(SPItem const */*item*/, gchar const *value) { if ( NULL == value ) return true; return false; |
