#include "kc-30-xara-key-helpers.h"
#include "kc-keychain-file-helpers.h"
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wunused-variable"
+#pragma clang diagnostic ignored "-Wunused-function"
+
static void makeOldKeychainBlob() {
char* name = "makeOldKeychainBlob";
}
static void makeEmptyKeychainBlob() {
- char * name = "makeEmptyKeychainBlob";
- SecKeychainRef kc = newKeychain(keychainName);
+ newKeychain(keychainName);
}
// To construct, use the function above.
writeFile(path, full_v512_keyfile, FULL_V512_KEYFILE_SIZE);
}
+#pragma clang diagnostic pop
+
#else
#endif /* TARGET_OS_MAC */