summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2016-08-16 18:28:55 +0000
committerMatthias Braun <matze@braunis.de>2016-08-16 18:28:55 +0000
commit319435db18405661444cac523e3e3c9fa2aabe97 (patch)
treea5b2abb33a97983bbb245bb6acba1081c2b78f06 /CMakeLists.txt
parentb5fd586505a8be92d2a4ca2ac243e8a91b4f6b2d (diff)
sanitizer_common: Fix warning
Clang added warning that taking the address of a packed struct member possibly yields an unaligned pointer. This case is benign because the pointer gets casted to an uptr and not used for unaligned accesses. Add an intermediate cast to char* until this warning is improved (see also https://reviews.llvm.org/D20561) git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@278835 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions