]> git.ipfire.org Git - thirdparty/tar.git/commit
Pacify GCC in info_attach_exclist
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 Nov 2024 02:53:25 +0000 (19:53 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 2 Nov 2024 06:47:23 +0000 (23:47 -0700)
commit9afbe6961c19d10aaba2291c2278d54207a01fc3
tree14bc897743da0ccd741d765573ede585c198826f
parent5704e5795a637e28e26dcb2ce5a2f6ec298dc163
Pacify GCC in info_attach_exclist

* src/exclist.c (info_attach_exclist): Remove unnecessary test
for whether dir and ex are null.  GCC complains about the first
one in some cases.  Use C99-style decls.
src/exclist.c