### [Codacy](https://app.codacy.com/manual/dniklaus/Battery/commit?cid=430784230) detected an issue: #### Message: `%d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'.` #### Occurred on: + **Commit**: aaf153c6a158fac0433005537494872c04509bde + **File**: [BatteryImpl.cpp](https://github.com/dniklaus/Battery/blob/aaf153c6a158fac0433005537494872c04509bde/BatteryImpl.cpp) + **LineNum**: [119](https://github.com/dniklaus/Battery/blob/aaf153c6a158fac0433005537494872c04509bde/BatteryImpl.cpp#L119) + **Code**: `sprintf(buf, "evaluateStatus(), stat: %s, rawVal: %d, factor: %d thds, VFull: %dmV, NFull: %d, Voltage: %dmV",` #### Currently on: + **Commit**: d01e30c1fc31e8f394db6ef53feb596196a1d067 + **File**: [BatteryImpl.cpp](https://github.com/dniklaus/Battery/blob/d01e30c1fc31e8f394db6ef53feb596196a1d067/BatteryImpl.cpp) + **LineNum**: [119](https://github.com/dniklaus/Battery/blob/d01e30c1fc31e8f394db6ef53feb596196a1d067/BatteryImpl.cpp#L119)