diff --git a/userspace/Makefile b/userspace/Makefile index e90303b05..42e7d1765 100644 --- a/userspace/Makefile +++ b/userspace/Makefile @@ -87,7 +87,7 @@ CFLAGS = -Wall -Wextra -ggdb -Werror -Wno-unused-parameter \ -Wmissing-prototypes -Wredundant-decls -Wmain -Wreturn-type \ -Wmultichar -Wunused -Wmissing-braces -Wstrict-aliasing \ -Wsign-compare -Waddress -Wno-unused-local-typedefs -fPIC \ - $(INCLUDES) $(CONFIGS) + -Wno-maybe-uninitialized $(INCLUDES) $(CONFIGS) LIB_PATHS = -L$(OUT) LIBS = -lpthread -pthread -lgcov -ldl