diff options
Diffstat (limited to 'daemon/Makefile')
-rw-r--r-- | daemon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/Makefile b/daemon/Makefile index 3646e98..8af111f 100644 --- a/daemon/Makefile +++ b/daemon/Makefile @@ -197,6 +197,7 @@ endif # NSP_SUPPORT ifeq ($(WSI_SUPPORT),y) SRC_C += wsi.c LDFLAGS += -lwebsockets -ljson-c + CFLAGS += -Wno-deprecated-declarations CFLAGS += -DWSI_SUPPORT GENERATED_WSI_PROF_H = include/generated/wsi_prof.h GENERATED_HEADERS += $(GENERATED_WSI_PROF_H) |