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

Build fails unused-but-set error #4

Closed
GoogleCodeExporter opened this issue Mar 16, 2016 · 1 comment
Closed

Build fails unused-but-set error #4

GoogleCodeExporter opened this issue Mar 16, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Following the instructions in the README, I get the following error when I try 
to compile.

main.c: In function ‘main’:
main.c:137:18: error: variable ‘tun’ set but not used 
[-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors

Perhaps -Werror=unused-but-set-variable should be turned off? 


Original issue reported on code.google.com by zhehao....@gmail.com on 20 Aug 2011 at 12:48

@GoogleCodeExporter
Copy link
Author

fixed by removing the unused variable

Original comment by spjss...@gmail.com on 12 Sep 2011 at 6:15

  • Changed state: Fixed

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

No branches or pull requests

1 participant