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
while doing the setup I am getting below error when i try to make , please help
51%] Building CXX object CMakeFiles/GOTURN.dir/src/native/vot.cpp.o /home/deep/GOTURN/src/native/vot.cpp: In member function ‘vot_region* VOT::vot_initialize()’: /home/deep/GOTURN/src/native/vot.cpp:237:43: warning: ignoring return value of ‘__ssize_t getline(char**, size_t*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] getline(&linebuf, &linesiz, inputfile); ^ [ 54%] Linking CXX static library libGOTURN.a [ 54%] Built target GOTURN [ 57%] Building CXX object CMakeFiles/test_tracker_alov.dir/src/test/test_tracker_alov.cpp.o [ 60%] Linking CXX executable test_tracker_alov
The text was updated successfully, but these errors were encountered:
No branches or pull requests
while doing the setup I am getting below error when i try to make , please help
51%] Building CXX object CMakeFiles/GOTURN.dir/src/native/vot.cpp.o
/home/deep/GOTURN/src/native/vot.cpp: In member function ‘vot_region* VOT::vot_initialize()’:
/home/deep/GOTURN/src/native/vot.cpp:237:43: warning: ignoring return value of ‘__ssize_t getline(char**, size_t*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
getline(&linebuf, &linesiz, inputfile);
^
[ 54%] Linking CXX static library libGOTURN.a
[ 54%] Built target GOTURN
[ 57%] Building CXX object CMakeFiles/test_tracker_alov.dir/src/test/test_tracker_alov.cpp.o
[ 60%] Linking CXX executable test_tracker_alov
The text was updated successfully, but these errors were encountered: