Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rule 0-1-6 Variables being given values that are never used.
#3
So, just to make sure, this is compliant according to this rule:
Code:
int i = 1;
i = 2;
return i;
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)