From 460eb0638aa84cb44734f90531c90354b3c2840d Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Tue, 25 Oct 2011 12:00:58 +0700 Subject: syntax-check: fix violations and re-enable sc_useless_cpp_parens. * cfg.mk (local-checks-to-fix): Remove sc_useless_cpp_parens from list of disabled checks. * doc/libtool.texi, libltdl/argz.c, libltdl/argz_.h, build-aux/ltmain.m4sh, libltdl/libltdl/lt__alloc.h, libltdl/libltdl/lt__dirent.h, libltdl/libltdl/lt__glibc.h, libltdl/libltdl/lt__private.h, libltdl/libltdl/lt__strl.h, libltdl/libltdl/lt_dlloader.h, libltdl/libltdl/lt_error.h, libltdl/libltdl/lt_system.h, libltdl/libltdl/slist.h, libltdl/loaders/dld_link.c, libltdl/loaders/dlopen.c, libltdl/loaders/dyld.c, libltdl/loaders/loadlibrary.c, libltdl/loaders/shl_load.c, libltdl/lt__dirent.c, libltdl/lt__strl.c, libltdl/ltdl.c, libltdl/ltdl.h, libltdl/m4/libtool.m4, tests/demo/foo.h, tests/depdemo/sysdep.h, tests/exceptions.at, tests/export.at, tests/pdemo/foo.h, tests/stresstest.at: Remove useless parens in cpp `#if defined(foo)' statements. Signed-off-by: Gary V. Vaughan --- cfg.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cfg.mk') diff --git a/cfg.mk b/cfg.mk index 6ae49548..726f7513 100644 --- a/cfg.mk +++ b/cfg.mk @@ -42,8 +42,7 @@ local-checks-to-fix = \ sc_prohibit_always_true_header_tests \ sc_require_config_h \ sc_require_config_h_first \ - sc_trailing_blank \ - sc_useless_cpp_parens + sc_trailing_blank local-checks-to-skip = \ $(local-checks-to-fix) \ -- cgit v1.2.1