forked from Proxmox-Port/Proxmox-Port
14 lines
468 B
Diff
14 lines
468 B
Diff
diff --git a/src/pmxcfs/Makefile b/src/pmxcfs/Makefile
|
|
index 42ea4b6..85ba91f 100644
|
|
--- a/src/pmxcfs/Makefile
|
|
+++ b/src/pmxcfs/Makefile
|
|
@@ -3,7 +3,7 @@ DEPENDENCIES=libcpg libcmap libquorum libqb glib-2.0 fuse sqlite3 librrd
|
|
|
|
CC = gcc
|
|
CFLAGS += -std=gnu99
|
|
-CFLAGS += -Wall -Werror -Wno-unknown-pragmas -Wno-strict-aliasing
|
|
+CFLAGS += -Wall -Werror -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-unused-result
|
|
CFLAGS += -Wpedantic
|
|
CFLAGS += -g -O2
|
|
CFLAGS += -I.
|