diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2025-02-08 06:43:52 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2025-02-08 06:43:52 +0000 |
commit | 9526f730d5241149cfb2f663bb433a8674c226ff (patch) | |
tree | bea0c9eb62d11222765323b633efabb8712a8823 /converters/ascii2binary/(public-mirror) | |
parent | bdd363e1bee5bf2aae6b0ba4c0bec28441db53a9 (diff) |
access/live555.cpp:542:36: error: cannot initialize a parameter of type 'EventLoopWatchVariable *' (aka 'atomic<char> *') with an rvalue of type 'char *'
542 | p_sys->scheduler->doEventLoop( &p_sys->event_rtsp );
| ^~~~~~~~~~~~~~~~~~
/usr/local/include/UsageEnvironment/UsageEnvironment.hh:155:52: note: passing argument to parameter 'watchVariable' here
155 | virtual void doEventLoop(EventLoopWatchVariable* watchVariable = NULL) = 0;
| ^
access/live555.cpp:1444:36: error: cannot initialize a parameter of type 'EventLoopWatchVariable *' (aka 'atomic<char> *') with an rvalue of type 'char *'
1444 | p_sys->scheduler->doEventLoop( &p_sys->event_data );
| ^~~~~~~~~~~~~~~~~~
/usr/local/include/UsageEnvironment/UsageEnvironment.hh:155:52: note: passing argument to parameter 'watchVariable' here
155 | virtual void doEventLoop(EventLoopWatchVariable* watchVariable = NULL) = 0;
Reported by: pkg-fallout
Diffstat (limited to 'converters/ascii2binary/(public-mirror)')
0 files changed, 0 insertions, 0 deletions