Skip to content
New issue

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

Issue during ./install.h #65

Open
ananyahjha93 opened this issue Jul 3, 2019 · 1 comment
Open

Issue during ./install.h #65

ananyahjha93 opened this issue Jul 3, 2019 · 1 comment

Comments

@ananyahjha93
Copy link

While doing the step ./install.h in the data loader, I get the following set of errors:

coviar_data_loader.c:431:9: error: void function 'count_frames' should not return a value [-Wreturn-type]
return -1;
^ ~~
coviar_data_loader.c:436:9: error: void function 'count_frames' should not return a value [-Wreturn-type]
return -1;
^ ~~
coviar_data_loader.c:443:9: error: void function 'count_frames' should not return a value [-Wreturn-type]
return -1;
^ ~~
coviar_data_loader.c:448:9: error: void function 'count_frames' should not return a value [-Wreturn-type]
return -1;
^ ~~
coviar_data_loader.c:455:9: error: void function 'count_frames' should not return a value [-Wreturn-type]
return -1;
^ ~~
coviar_data_loader.c:496:5: error: void function 'count_frames' should not return a value [-Wreturn-type]
return 0;

Do I change the return type of count_frames function to int? Based on the usage of the function, it doesn't seem that this change will affect the behaviour of the code.

@youqingxiaozhua
Copy link

same problem...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants