Change #262019
| Category | gtar |
| Changed by | Paul Eggert <eggert@cs.ucla.edu> |
| Changed at | Sun 22 Mar 2026 20:23:55 |
| Repository | git://git.savannah.gnu.org/tar.git |
| Project | gtar |
| Branch | master |
| Revision | 9280aa3807c176279a25ed0520fd21d1feddd0a7 |
Comments
Prefer UNNAMED to MAYBE_UNUSED * src/buffer.c, src/compare.c, src/exclist.c, src/extract.c: * src/sparse.c, src/tar.c, src/xheader.c: UNNAMED is for when an identifier is never used and so does not need a name. Prefer it to MAYBE_UNUSED when that is the case. Also, drop MAYBE_UNUSED in some places where the identifier is always used.
Changed files
- src/buffer.c
- src/compare.c
- src/exclist.c
- src/extract.c
- src/sparse.c
- src/tar.c
- src/xheader.c