X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile;h=f105761625ce8b48cfb925a397ee4c42a506d903;hp=894874ae6f2d3502a5f7eaaf3424e3511e83ba05;hb=3bd4a2eaaa81380fdf8c6130cf636dacefb926fe;hpb=c7482b4dce114b1c09cbac2f4ef6d0defdb23258;ds=sidebyside diff --git a/Makefile b/Makefile index 894874ae..f1057616 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ PROGS=notmuch -CXXWARNINGS_FLAGS=-Wall -Wextra -Wmissing-declarations -Wwrite-strings +CXXWARNINGS_FLAGS=-Wall -Wextra -Wmissing-declarations -Wwrite-strings \ +-Wswitch-enum CWARNINGS_FLAGS=$(CXXWARNINGS_FLAGS) CDEPENDS_FLAGS=`pkg-config --cflags glib-2.0 talloc`