Skip to content
Snippets Groups Projects
Commit 48e212bb authored by Maxim Menshikov's avatar Maxim Menshikov
Browse files

qosmngr: disable checks for literal format

parent 77e118cc
Branches
Tags
1 merge request!13qosmngr: consider more warnings as errors and fix discovered issues
Pipeline #58871 passed
...@@ -17,6 +17,9 @@ PROG_CFLAGS = $(CFLAGS) -I$(INCLUDE_DIR) $(DIAG_CFLAGS) -Werror -fstrict-aliasin ...@@ -17,6 +17,9 @@ PROG_CFLAGS = $(CFLAGS) -I$(INCLUDE_DIR) $(DIAG_CFLAGS) -Werror -fstrict-aliasin
PROG_LDFLAGS = $(LDFLAGS) PROG_LDFLAGS = $(LDFLAGS)
PROG_LIBS = $(COMMON_LDFLAGS) -lgcov PROG_LIBS = $(COMMON_LDFLAGS) -lgcov
# MUSL has the following issue in snprintf, so it is ignored:
PROG_CFLAGS += -Wno-format-nonliteral
.PHONY: all clean .PHONY: all clean
all: version $(PROG) all: version $(PROG)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment