-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Fixing unused variable compiler warnings #514
Conversation
Fixing unused variable compiler warnings
We got a pile of new warnings in exchange :)
|
Instead of removing int res = fscanf (fp, "%80s", cmd);
if (res > 0 && strcmp (cmd, "svm_type") == 0)
{
... |
@taketwo +1 on everything (I just merged it to make the problem obvious ;) ). Will you come up with a patch? |
Good point. |
No description provided.