mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
collectd: Ignore compiler errors
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -36,7 +36,11 @@ PROG = collectd
|
|||||||
|
|
||||||
DEPS =
|
DEPS =
|
||||||
|
|
||||||
CFLAGS += -fcommon -Wno-error=deprecated-declarations
|
CFLAGS += \
|
||||||
|
-fcommon \
|
||||||
|
-Wno-error=deprecated-declarations \
|
||||||
|
-Wno-error=implicit-function-declaration \
|
||||||
|
-Wno-error=incompatible-pointer-types
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Top-level Rules
|
# Top-level Rules
|
||||||
|
|||||||
Reference in New Issue
Block a user