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
To Reproduce Steps to reproduce the behavior:
Expected behavior Tests are supposed to be runnable.
Actual behavior Compile error.
Additional context
/home/utbot/jq/tests/makefiles/src/../../../tests/wrapper/modules/oniguruma/src/st_wrapper.c:61:76: error: expected ')' int onig_st_foreach_modules_oniguruma_src_st_c(st_table * table, int (*)() func, st_data_t arg) { ^ /home/utbot/jq/tests/makefiles/src/../../../tests/wrapper/modules/oniguruma/src/st_wrapper.c:61:47: note: to match this '(' int onig_st_foreach_modules_oniguruma_src_st_c(st_table * table, int (*)() func, st_data_t arg) { ^ /home/utbot/jq/tests/makefiles/src/../../../tests/wrapper/modules/oniguruma/src/st_wrapper.c:61:72: error: parameter name omitted int onig_st_foreach_modules_oniguruma_src_st_c(st_table * table, int (*)() func, st_data_t arg) { ^ /home/utbot/jq/tests/makefiles/src/../../../tests/wrapper/modules/oniguruma/src/st_wrapper.c:62:31: error: use of undeclared identifier 'func' return onig_st_foreach(table, func, arg); ^ /home/utbot/jq/tests/makefiles/src/../../../tests/wrapper/modules/oniguruma/src/st_wrapper.c:62:37: error: use of undeclared identifier 'arg' return onig_st_foreach(table, func, arg); ^ 4 errors generated.
The text was updated successfully, but these errors were encountered:
jq
No branches or pull requests
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Tests are supposed to be runnable.
Actual behavior
Compile error.
Additional context
The text was updated successfully, but these errors were encountered: