mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-13 03:40:05 +01:00
Fix some clang++ warnings.
This commit is contained in:
@@ -36,9 +36,7 @@ extern "C" {
|
||||
}
|
||||
|
||||
DEFINE_PROTO_FUZZER(const json_proto::LUKS2_both_headers &headers) {
|
||||
int result;
|
||||
struct crypt_device *cd;
|
||||
uint8_t *map;
|
||||
int r = 0;
|
||||
|
||||
char name[] = "/tmp/test-proto-fuzz.XXXXXX";
|
||||
|
||||
Reference in New Issue
Block a user