cli-visualizer icon indicating copy to clipboard operation
cli-visualizer copied to clipboard

error: cannot initialize a parameter of type 'int64_t *' (aka 'long *') with an rvalue of type 'long long *'

Open yurivict opened this issue 5 years ago • 1 comments

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

yurivict avatar Apr 04 '20 22:04 yurivict

This should be fixed in master.

dpayne avatar Apr 08 '20 20:04 dpayne