mirror of
https://github.com/yarrick/iodine.git
synced 2025-12-06 20:31:45 +00:00
Use -pedantic, fixed all warnings
This commit is contained in:
@@ -8,7 +8,7 @@ OS = `uname | tr "a-z" "A-Z"`
|
||||
ARCH = `uname -m`
|
||||
|
||||
LDFLAGS = -lz
|
||||
CFLAGS = -c -g -Wall -D$(OS)
|
||||
CFLAGS = -c -g -Wall -D$(OS) -pedantic
|
||||
|
||||
all: stateos $(CLIENT) $(SERVER) $(TESTSUITE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user