]> Savannah Git Hosting - gnulib.git/commitdiff
maint: enable sc_prohibit_intprops_without_use
authorJim Meyering <meyering@redhat.com>
Tue, 17 Jan 2012 17:21:34 +0000 (18:21 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 21 Jan 2012 14:07:02 +0000 (15:07 +0100)
* cfg.mk: Enable sc_prohibit_intprops_without_use
* tests/test-nanosleep.c: Don't include "intprops.h".  Not needed.
* lib/ftoastr.c: Likewise.

ChangeLog
cfg.mk
lib/ftoastr.c
tests/test-nanosleep.c

index edba6990f637eb67e64ca524d1db17a0f929f2f2..eba37d1847829fa64ce05e1dd3e8a644a4cc8e50 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-01-17  Jim Meyering  <meyering@redhat.com>
+
+       maint: enable sc_prohibit_intprops_without_use
+       * cfg.mk: Enable sc_prohibit_intprops_without_use
+       * tests/test-nanosleep.c: Don't include "intprops.h".  Not needed.
+
 2012-01-17  Jim Meyering  <meyering@redhat.com>
 
        maint: enable sc_prohibit_hash_pjw_without_use
diff --git a/cfg.mk b/cfg.mk
index 05f5ea4fe829c0dab768e1c01a6fe8ea17c859f1..37fb0a6cc494da2580638ced0fc548b73f194b27 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -28,7 +28,6 @@ local-checks-to-skip =                        \
   sc_prohibit_error_without_use                \
   sc_prohibit_getopt_without_use       \
   sc_prohibit_have_config_h            \
-  sc_prohibit_intprops_without_use     \
   sc_prohibit_inttostr_without_use     \
   sc_prohibit_magic_number_exit                \
   sc_prohibit_openat_without_use       \
index 7b0ddbb1a361cec88aee75224278b90756002de1..ebeed3e1347b454779a9a3f39ab54c251d23a977 100644 (file)
@@ -29,7 +29,6 @@
 
 #include "ftoastr.h"
 
-#include "intprops.h"
 #include <float.h>
 #include <stdio.h>
 #include <stdlib.h>
index 86cc101888c5e4d9bcfde8739c16f738fad4fa6a..ed53ee7d2244f37230b383da3def8110d7919000 100644 (file)
@@ -27,7 +27,6 @@ SIGNATURE_CHECK (nanosleep, int, (struct timespec const *, struct timespec *));
 #include <signal.h>
 #include <unistd.h>
 
-#include "intprops.h"
 #include "macros.h"
 
 #if HAVE_DECL_ALARM