leo@yuriev.ru wrote:
Full_Name: Leonid Yuriev Version: git-master OS: RHEL7 URL: ftp://ftp.openldap.org/incoming/ Submission from: (NULL) (31.130.36.33)
It is about 5K warnings reported by gcc/clang if building OpenLDAP with -Wall.
CFLAGS="-Wall" ./configure ...
No need for that. Learn how to use make.
make depend && make
make AC_CFLAGS="-Wall -Wno-format-extra-args"