fix pedantic warnings

This commit is contained in:
2025-01-24 19:35:13 +01:00
parent ec77c6958f
commit 3190bb4732
12 changed files with 112 additions and 77 deletions

View File

@@ -4,7 +4,7 @@ NAME = sdl_template
CC := clang
STD := c17
LANG = c
CFLAGS := $(shell pkg-config --cflags sdl2) -Wall -g
CFLAGS := $(shell pkg-config --cflags sdl2) -Wall -g -pedantic
LDFLAGS := $(shell pkg-config --libs sdl2) -lm
# file locations