]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: avoid warning from gcc's -Wunused-macros
authorJim Meyering <meyering@redhat.com>
Sun, 7 Oct 2012 08:37:25 +0000 (10:37 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 7 Oct 2012 08:41:39 +0000 (10:41 +0200)
commit231e40a6ba29b892daca1e4a2e464c315874e155
tree489a0fd51bbefcf668ea2d7bcb6f83b2f76b20c3
parentf947735d3c4036703e03bf6970784430db1355f7
maint: avoid warning from gcc's -Wunused-macros

On some systems, -Wunused-macros would warn about two macros:
src/factor.c:148:0: warning: macro "__clz_tab" is not used
src/factor.c:126:0: warning: macro "UHWtype" is not used
* src/factor.c: Add a use to placate gcc.
src/factor.c