]> xenbits.xensource.com Git - libvirt.git/commitdiff
Enable the <assert.h>-checking test; fix violations.
authorJim Meyering <meyering@redhat.com>
Tue, 29 Jan 2008 18:20:25 +0000 (18:20 +0000)
committerJim Meyering <meyering@redhat.com>
Tue, 29 Jan 2008 18:20:25 +0000 (18:20 +0000)
* 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.

ChangeLog
Makefile.cfg
qemud/mdns.c
qemud/qemud.c
qemud/remote.c

index d7247c1b961a54d6276bb719c87f9f4c04f2a8aa..fded58feae88856339c6908d15d7468244b894c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 Tue Jan 29 18:39:25 CET 2008  Jim Meyering  <meyering@redhat.com>
 
+       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.
+
        Enable the po-check test; fix violations.
        * Makefile.cfg (local-checks-to-skip) [po-check]: Enable.
        * po/POTFILES.in: Add three file names.  Sort.
index 697fde4abff092c7412afc68d9426a0f31836c8a..dfca3fcb0803d4bfcc4ffdc1b09510845e84df13 100644 (file)
@@ -42,7 +42,6 @@ local-checks-to-skip =                        \
   sc_error_exit_success                        \
   sc_file_system                       \
   sc_obsolete_symbols                  \
-  sc_prohibit_assert_without_use       \
   sc_prohibit_atoi_atof                        \
   sc_prohibit_jm_in_m4                 \
   sc_prohibit_quote_without_use                \
index 1585b5b63198c8c1d13ac003e31233faf6863d7d..cebf9a4647661a9e377e6dcc1627bc9cb7111c00 100644 (file)
@@ -29,7 +29,6 @@
 #include <time.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <assert.h>
 
 #include <avahi-client/client.h>
 #include <avahi-client/publish.h>
index 77a23520d92a31a0ac0460c3e036bd217f3440cc..e85353808c12182794d306d107c47aed42c967d2 100644 (file)
@@ -44,7 +44,6 @@
 #include <string.h>
 #include <errno.h>
 #include <getopt.h>
-#include <assert.h>
 #include <fnmatch.h>
 #include <grp.h>
 #include <signal.h>
index b5b0ef6517b825c2f9b5f2c9646ba9c2123acf17..57f8f29ae39d17a6fd92c6abde957fba446c4bd9 100644 (file)
@@ -43,7 +43,6 @@
 #include <errno.h>
 #include <getopt.h>
 #include <ctype.h>
-#include <assert.h>
 #include <fnmatch.h>
 
 #ifdef HAVE_POLKIT