fix: remove debug prints, fix pointer casts, and suppress unused parameter in sormc and sorm_csvc

This commit is contained in:
2024-12-08 19:32:40 +00:00
parent 4b5b036379
commit 218b5ecec6
4 changed files with 17 additions and 37 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ int is_keyboard(int fd) {
int main() {
db = sormc("tikker.db");
int db = sormc("tikker.db");
ulonglong times_repeated = 0;
ulonglong times_pressed = 0;