Skip to content

Commit

Permalink
Merge pull request #3549 from tonycurtis/compiler_h-comment-fix
Browse files Browse the repository at this point in the history
UCS: Comment on ucs_unaligned_ptr() macro references armclang: remove since usage seen elsewhere (e.g. x86_64)
  • Loading branch information
shamisp authored May 1, 2019
2 parents 0e9b1d8 + 2aa491c commit 1551599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ucs/sys/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
})

/**
* suppress unaligned pointer warning (actual on armclang5 platform)
* suppress unaligned pointer warning
*/
#define ucs_unaligned_ptr(_ptr) ({void *_p = (void*)(_ptr); _p;})

Expand Down

0 comments on commit 1551599

Please sign in to comment.