DescriptionFix a C++11 error.
New clang versions complain in C++11 mode that:
error: cannot initialize a variable of type 'void *' with an rvalue of type
'uintptr_t' (aka 'unsigned long')
This same change was done for the google-internal version of tcmalloc, and for
the copy in Chromium. This upstreams http://crrev.com/209312
Patch Set 1 #
MessagesTotal messages: 4
|