* conf/Makefile.common (CFLAGS_GCRY): Add -Wno-redundant-decls.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-08-22 16:30:44 +02:00
parent 43ffba7c65
commit fd7dd66dbd
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-08-22 Vladimir Serbinenko <phcoder@gmail.com>
* conf/Makefile.common (CFLAGS_GCRY): Add -Wno-redundant-decls.
2013-08-22 Vladimir Serbinenko <phcoder@gmail.com>
* util/getroot.c: Include sys/wait.h only when we need waitpid.