changeset 16300:6d8330e7c259

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. * lib/ftoastr.c: Likewise.
author Jim Meyering <meyering@redhat.com>
date Tue, 17 Jan 2012 18:21:34 +0100
parents 1e8c74a6b668
children 816f46a9f53b
files ChangeLog cfg.mk lib/ftoastr.c tests/test-nanosleep.c
diffstat 4 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/cfg.mk
+++ b/cfg.mk
@@ -28,7 +28,6 @@
   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	\
--- a/lib/ftoastr.c
+++ b/lib/ftoastr.c
@@ -29,7 +29,6 @@
 
 #include "ftoastr.h"
 
-#include "intprops.h"
 #include <float.h>
 #include <stdio.h>
 #include <stdlib.h>
--- a/tests/test-nanosleep.c
+++ b/tests/test-nanosleep.c
@@ -27,7 +27,6 @@
 #include <signal.h>
 #include <unistd.h>
 
-#include "intprops.h"
 #include "macros.h"
 
 #if HAVE_DECL_ALARM