[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#8018) a lot of warnings building with -Wall



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 ...
  make depend && make

The vast majority of warnings about harmless things: unnecessary arguments to
printf through Debug macro, unused variables and functions, etc.
But such amount of warnings makes impossible to use -Wall to find a potential
problems.

I have prepared the patchset which fixes most of these warnings.
It will be submited shortly.

Leonid.