Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-Fix: int argument to sprintf() because of integer promotion
src/gui/gui.c:3140:26: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat] sprintf(key, "REG%hu", i + 1);
- Loading branch information