Changes between Initial Version and Version 1 of Ticket #4466, comment 6
- Timestamp:
- 05/22/23 07:22:51 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4466, comment 6
initial v1 2 2 3 3 I've tested the git master. Now `dist` could be made (tested on Debian Sid) and then mc could be built on Solaris. 4 5 However, there are a few compiler warnings, including the warning introduced by this patch:6 7 {{{8 info.c: In function ‘info_show_info’:9 info.c:264:27: warning: unused variable ‘attr’ [-Wunused-variable]10 264 | unsigned long attr;11 | ^~~~12 }}}13 The alternative patch could fix this warning as well.