Skip to content
Snippets Groups Projects
Commit c4664fdd authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[Makefile] put -Wsuggested-override in Makefile

parent f95079e5
No related branches found
No related tags found
No related merge requests found
Pipeline #44152 failed
......@@ -53,7 +53,7 @@ OBJS=\
DEPS=$(OBJS:.o=.d)
CXXFLAGS?=$(CLANG_CXXFLAGS)
CXXFLAGS+=-DCLANG_BIN_DIR=\"$(CLANG_BIN_DIR)\" \
-O1 -Wall -Wno-comment -Wno-enum-compare
-O1 -Wall -Wno-comment -Wno-enum-compare -Wsuggest-override
CFLAGS?=$(CLANG_CFLAGS)
CFLAGS+=-O1 -Wno-enum-compare
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment