]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/hardnested/hardnested_bruteforce.c
fix clang compiler warnings
[proxmark3-svn] / client / hardnested / hardnested_bruteforce.c
index 3072fc52ddef35b07e4a07988bcd8f6701b31a29..deea69d8479f0b9fbff56811ba619ab24a22ce87 100644 (file)
@@ -139,8 +139,13 @@ bool verify_key(uint32_t cuid, noncelist_t *nonces, uint8_t *best_first_bytes, u
        return true;
 }
 
-
-static void* __attribute__((force_align_arg_pointer)) crack_states_thread(void* x){
+static void* 
+#ifdef __has_attribute
+#if __has_attribute(force_align_arg_pointer)
+__attribute__((force_align_arg_pointer)) 
+#endif
+#endif
+crack_states_thread(void* x){
 
        struct arg {
                bool silent;
Impressum, Datenschutz