mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 07:35:45 +01:00
remove pointer arithmatic warnings, since they are just useful
This commit is contained in:
2
Makefile
2
Makefile
@@ -10,7 +10,7 @@ LD ?= ld
|
||||
# setting default compilation flags
|
||||
# some of which are able to be overwritten, others are always appended
|
||||
CPPFLAGS ?=
|
||||
CFLAGS ?= -O2 -Wall -Wextra -Wpedantic
|
||||
CFLAGS ?= -O2 -Wall -Wextra -Wpedantic -Wno-pointer-arith
|
||||
LDFLAGS ?= -flto
|
||||
CFLAGS += -std=gnu99
|
||||
|
||||
|
||||
Reference in New Issue
Block a user