[v1.03] Lets follow the function prototype rules

This commit is contained in:
Dr-Noob
2023-04-13 17:45:32 +02:00
parent 99fd108d0f
commit 5dd6ab60cb
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
CC ?= gcc
CFLAGS+=-Wall -Wextra -pedantic
SANITY_FLAGS=-Wfloat-equal -Wshadow -Wpointer-arith
SANITY_FLAGS=-Wfloat-equal -Wshadow -Wpointer-arith -Wstrict-prototypes
PREFIX ?= /usr