15.09.2010, 12:59
This means that you do not use the variable yet. If you add for example printf("Exp: %d", expamount) after this, the variable is used and the warning disappears.
But in most cases you can just ignore warnings.
But in most cases you can just ignore warnings.

