mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 19:00:02 +01:00
Fix unused parameter in crypto backend handlers.
This commit is contained in:
@@ -771,6 +771,7 @@ int opal_range_check_attributes(struct crypt_device *cd,
|
||||
}
|
||||
|
||||
#else
|
||||
#pragma GCC diagnostic ignored "-Wunused-parameter"
|
||||
|
||||
int opal_setup_ranges(struct crypt_device *cd,
|
||||
struct device *dev,
|
||||
|
||||
Reference in New Issue
Block a user