We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
提交号:8e5ff60d6cb1e1d2f3a3797bf5bc16f88d47ee3e 编译失败: `g++ -c -std=c++98 -Wall -Wextra -g -O0 -DSRS_HIJACK_IO -DSRS_DISABLE_LOG -I src/app -I src/core -I src/os -I objs/st-1.9/obj -I objs/http-parser-2.1 -o objs/src/app/htl_app_srs_hijack.o src/app/htl_app_srs_hijack.cpp src/app/htl_app_srs_hijack.cpp:105:5: error: functions that differ only in their return type cannot be overloaded int srs_hijack_io_is_never_timeout(srs_hijack_io_t /ctx/, int64_t /tm/)
src/app/srs_librtmp.h:1039:17: note: previous declaration is here extern bool srs_hijack_io_is_never_timeout(srs_hijack_io_t ctx, int64_t timeout_us); ~~~~ ^ 1 error generated. `
The text was updated successfully, but these errors were encountered:
No branches or pull requests
提交号:8e5ff60d6cb1e1d2f3a3797bf5bc16f88d47ee3e
编译失败:
`g++ -c -std=c++98 -Wall -Wextra -g -O0 -DSRS_HIJACK_IO -DSRS_DISABLE_LOG -I src/app -I src/core -I src/os -I objs/st-1.9/obj -I objs/http-parser-2.1 -o objs/src/app/htl_app_srs_hijack.o src/app/htl_app_srs_hijack.cpp
src/app/htl_app_srs_hijack.cpp:105:5: error: functions that differ only in their return type cannot be overloaded
int srs_hijack_io_is_never_timeout(srs_hijack_io_t /ctx/, int64_t /tm/)
The text was updated successfully, but these errors were encountered: