Actions
Bug #4949
closedsrc/tvhpoll.c unused variable error when running make
Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
Configuration
Target version:
-
Start date:
2018-02-18
Due date:
% Done:
100%
Estimated time:
Found in version:
4.3-1079~g567fb8b86
Affected Versions:
Description
Seeing the following output when running make.
/Library/Developer/CommandLineTools/usr/bin/make -f Makefile.webui LANGUAGES="ach ady ar bg cs da de en_US en_GB es et fa fi fr he hr hu it ko lv lt nl no pl pt ro ru sl sk sq sv tr uk zh zh-Hans" all
/Library/Developer/CommandLineTools/usr/bin/make -f Makefile.webui WEBUI=std compile-std
WEBUI std finished
/Library/Developer/CommandLineTools/usr/bin/make -f Makefile.webui WEBUI=debug compile-debug
WEBUI debug finished
CC src/tvhpoll.o
src/tvhpoll.c:192:13: error: unused variable 'r' [-Werror,-Wunused-variable]
int i, j, r = 0;1 error generated.
Actions