This is an archive of the discontinued LLVM Phabricator instance.

Fix a warning about casting a const pointer to void*
AbandonedPublic

Authored by n.bozhenov on Sep 28 2017, 9:02 AM.

Details

Reviewers
spyffe
bruno
Summary

rL314336 introduced a new compile time warning about casting a const pointer to void*. Because of that the compiler fails to be built with -Werror flag. The suggested patch fixes the issue.

Diff Detail

Event Timeline

n.bozhenov created this revision.Sep 28 2017, 9:02 AM
n.bozhenov abandoned this revision.Sep 28 2017, 9:10 AM

Seems that it has been just fixed by rL314424 :-)
Abandoning this review.