Enable the <assert.h>-checking test; fix violations.

* Makefile.cfg (local-checks-to-skip)
[sc_prohibit_assert_without_use]: Enable.
* qemud/mdns.c: Don't include <assert.h>; no uses of assert here.
* qemud/qemud.c: Likewise.
* qemud/remote.c: Likewise.
This commit is contained in:
Jim Meyering
2008-01-29 18:20:25 +00:00
parent 05ae9d8bc4
commit 2c72562374
5 changed files with 7 additions and 4 deletions

View File

@@ -43,7 +43,6 @@
#include <errno.h>
#include <getopt.h>
#include <ctype.h>
#include <assert.h>
#include <fnmatch.h>
#ifdef HAVE_POLKIT