make: less strict warnings
This commit is contained in:
parent
f0a8439c51
commit
18d2adcb85
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -14,8 +14,8 @@ all: $(BUILD)/tbm
|
|||
|
||||
CFLAGS += -DTBM_VERSION=\"2017-07-27-dev\"
|
||||
CFLAGS += -Iinclude
|
||||
CFLAGS += -Wall -Wundef -Wextra -Wshadow -Wimplicit-function-declaration
|
||||
CFLAGS += -Wredundant-decls -Wmissing-prototypes -Wstrict-prototypes -pedantic
|
||||
CFLAGS += -Wall -Wextra -Wshadow -Wimplicit-function-declaration
|
||||
CFLAGS += -Wredundant-decls -pedantic
|
||||
CFLAGS += -D_XOPEN_SOURCE
|
||||
|
||||
CFLAGS += -std=c99
|
||||
|
|
Loading…
Add table
Reference in a new issue