File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -7,22 +7,22 @@ WPC_IMAGEMAGICK_7 ?= 1
77WPC_INSTALL_DIR := /usr/local/bin
88WPC_HELPER_INSTALL_DIR := /usr/local/libexec/wpc
99WPC_HELPER_PATH := $(WPC_HELPER_INSTALL_DIR ) /lightdm_helper
10- COMMON_CFLAGS := -std=c11
11- -Werror \
12- -Wpedantic \
13- -Wdeclaration-after-statement \
14- -Wmissing-prototypes \
15- -Wstrict-prototypes \
16- -Wshadow \
17- -Wformat =2 \
18- -Wundef \
19- -Wformat-truncation \
20- -Wconversion \
21- -Wuninitialized \
22- -Wnested-externs \
23- -Wunused-function \
24- -Wunused-variable \
25- -Wdouble-promotion
10+ COMMON_CFLAGS := -std=c11 \
11+ -Werror \
12+ -Wpedantic \
13+ -Wdeclaration-after-statement \
14+ -Wmissing-prototypes \
15+ -Wstrict-prototypes \
16+ -Wshadow \
17+ -Wformat=2 \
18+ -Wundef \
19+ -Wformat-truncation \
20+ -Wconversion \
21+ -Wuninitialized \
22+ -Wnested-externs \
23+ -Wunused-function \
24+ -Wunused-variable \
25+ -Wdouble-promotion \
2626 $(shell pkg-config --cflags glib-2.0)
2727COMMON_LDFLAGS := $(shell pkg-config --libs libcjson glib-2.0)
2828
You can’t perform that action at this time.
0 commit comments