Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
‰ make
[ -d build-Linux-x86_64/src/tcsip ] || mkdir -p build-Linux-x86_64/src/tcsip
cc -std=gnu99 -Werror src/tcsip/tcmedia.c -o build-Linux-x86_64/src/tcsip/tcmedia.o -c -Ideps/include/ -I./src -I./src/util -I../srtp/include/ -I../srtp/crypto/include/ -I../opus/include/ -I../speex/include -Ig711 -I./src/rehttp/ -Ideps/Linux-x86_64//srtp -Ideps/Linux-x86_64//speex -DHAVE_INTTYPES_H -DHAVE_STDBOOL_H -DHAVE_INET6 -DHAVE_GAI_STRERROR -DRELEASE -fPIC -O0 -g
src/tcsip/tcmedia.c: В функции «sdp_crypto»:
src/tcsip/tcmedia.c:86:5: ошибка: неявная декларация функции «strlen» [-Werror=implicit-function-declaration]
re_regex(value, strlen(value), "[0-9]+ [a-zA-Z0-9_]+ [a-zA-Z]+:[A-Za-z0-9+/]+",
^
src/tcsip/tcmedia.c:86:21: ошибка: несовместимая неявная декларация внутренней функции «strlen» [-Werror]
re_regex(value, strlen(value), "[0-9]+ [a-zA-Z0-9_]+ [a-zA-Z]+:[A-Za-z0-9+/]+",
^
src/tcsip/tcmedia.c: В функции «tcmedia_set_format»:
src/tcsip/tcmedia.c:454:5: ошибка: неявная декларация функции «strcmp» [-Werror=implicit-function-declaration]
if(!strcmp(fmt_name, "speex"))
^
cc1: all warnings being treated as errors
make: *** [build-Linux-x86_64/src/tcsip/tcmedia.o] Ошибка 1