mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Fiddling with -Wpedantic
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
CC=gcc
|
||||
|
||||
IDIR =.
|
||||
CFLAGS=$(addprefix -I,$(IDIR)) -g # -Wall -W -pedantic
|
||||
CFLAGS=$(addprefix -I,$(IDIR)) -g # -Wall -W -pedantic -Wno-unused-parameter -Wno-unused-function -Wno-unused-variable
|
||||
LIBS=
|
||||
|
||||
ODIR=obj
|
||||
|
||||
Reference in New Issue
Block a user