cli-visualizer
cli-visualizer copied to clipboard
error: cannot initialize a parameter of type 'int64_t *' (aka 'long *') with an rvalue of type 'long long *'
clang-9 fails to compile it:
/usr/ports/audio/cli-visualizer/work/cli-visualizer-1.8-27-g4fc1552/src/Visualizer.cpp:171:28: error: cannot initialize a parameter of type 'int64_t *' (aka 'long *') with an rvalue of type 'long long *'
&last_rotation_timestamp);
^~~~~~~~~~~~~~~~~~~~~~~~
FreeBSD 12.1
This should be fixed in master.