X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=autogen.sh;h=fb96d4aeb133885478915ac494739ee3ed712cae;hp=be3b6749b8a3ecd91c2928f8c02d56b47920d08c;hb=9dc4a84a255107cb9eea906e1de3f546c26bc55c;hpb=b822542608326092e177fd1707ca7fb53b2846c4;ds=inline diff --git a/autogen.sh b/autogen.sh index be3b6749b..fb96d4aeb 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,7 +6,8 @@ CFLAGS="-g -Wall \ -Wmissing-declarations -Wmissing-prototypes \ -Wnested-externs -Wpointer-arith \ -Wpointer-arith -Wsign-compare -Wchar-subscripts \ --Wstrict-prototypes -Wshadow" +-Wstrict-prototypes -Wshadow \ +-Wformat=2 -Wtype-limits" args="--prefix=/usr --exec-prefix= --sysconfdir=/etc --with-selinux" libdir=$(basename $(cd /lib/$(gcc -print-multi-os-directory); pwd))