Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coding guidelines 10.4: casting operands to have same types
File zephyr/lib/os/cbprintf_nano.c had operands with different types. It caused Rule 10.4 violation. Both operands of an operator in which the usual arithmetic conversions are performed shall have the same essential type category. Signed-off-by: Maksim Masalski <[email protected]> coding guidelines 10.4: casting operands to have same types File zephyr/lib/os/cbprintf_nano.c had operands with different types. It caused Rule 10.4 violation. Both operands of an operator in which the usual arithmetic conversions are performed shall have the same essential type category. Signed-off-by: Maksim Masalski <[email protected]> removed cast to int
- Loading branch information