Skip to content

Commit d0ef2c1

Browse files
committed
Makefile fix
1 parent 03e5732 commit d0ef2c1

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

Makefile

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ WPC_IMAGEMAGICK_7 ?= 1
77
WPC_INSTALL_DIR := /usr/local/bin
88
WPC_HELPER_INSTALL_DIR := /usr/local/libexec/wpc
99
WPC_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)
2727
COMMON_LDFLAGS := $(shell pkg-config --libs libcjson glib-2.0)
2828

0 commit comments

Comments
 (0)