The warning was:
unittests/Passes/PluginsTest.cpp:30:23: warning: ISO C++ forbids casting between pointer-to-function and pointer-to-object [-Wpedantic] void *Ptr = (void *)anchor; ^
Differential D46012
Avoid a warning on pointer casting, NFC GBuella on Apr 24 2018, 7:13 AM. Authored by
Details The warning was: unittests/Passes/PluginsTest.cpp:30:23: warning: ISO C++ forbids casting between pointer-to-function and pointer-to-object [-Wpedantic] void *Ptr = (void *)anchor; ^
Diff Detail
|