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
+2 -2
View File
@@ -1,7 +1,7 @@
all: tikker run
tikker: tikker.c
gcc tikker.c -Ofast -Wall -Wextra -pedantic -o tikker -lsqlite3
tikker: tikker.c sormc.h
gcc tikker.c -Ofast -Wall -Werror -Wextra -o tikker -lsqlite3
run:
./tikker