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

unused-but-set-variables #44

Open
NeroBurner opened this issue Jul 17, 2018 · 1 comment
Open

unused-but-set-variables #44

NeroBurner opened this issue Jul 17, 2018 · 1 comment

Comments

@NeroBurner
Copy link
Contributor

I'm trying to squash some warnings. With the following variables I have no Idea what they should be doing. Can you shed some light on them? Maybe they were intended to do/check something

l_width

int l_len = 0, l_width = 0, r_len = 0, r_width = 0;

status

int status = -1;

ismanager

int ismanager = 0;

term_hardware

int term_hardware = 0;

firstmod

int firstmod = 0;

labor_percent

Flt labor_percent[MAX_SHIFTS];

can they savely be removed? or should they be used for something?

@GeneMosher
Copy link
Member

GeneMosher commented Jul 17, 2018 via email

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