tsan: fix compiler warning
authorDmitry Vyukov <dvyukov@google.com>
Wed, 27 Apr 2016 08:28:08 +0000 (08:28 +0000)
committerDmitry Vyukov <dvyukov@google.com>
Wed, 27 Apr 2016 08:28:08 +0000 (08:28 +0000)
commit066fefcbf3fd6393d8cefc0030187a0be3cbf2e5
tree782d0a45263c6101c7e742fc5c96d934425cecea
parentd87c7b321af8790cb41cc105331a08fba4975a27
tsan: fix compiler warning

tsan_debugging.cc: In function ‘void* __tsan_get_current_report()’:
tsan_debugging.cc:61:18: warning: cast from type ‘const __tsan::ReportDesc*’
                         to type ‘void*’ casts away qualifiers [-Wcast-qual]
   return (void *)rep;

llvm-svn: 267679
compiler-rt/lib/tsan/rtl/tsan_debugging.cc