08.05.2010, 12:20
Because they're created but not used anywhere.
Example;
If you create a string with;
new string[64];
, then you don't use It for nothing. Then you'll get this warning.
It clearly says that in the warnings.... Nothing to worry about.
Example;
If you create a string with;
new string[64];
, then you don't use It for nothing. Then you'll get this warning.
It clearly says that in the warnings.... Nothing to worry about.