Changes between Initial Version and Version 1 of Ticket #4466, comment 6


Ignore:
Timestamp:
05/22/23 07:22:51 (12 months ago)
Author:
karlson2k
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4466, comment 6

    initial v1  
    22 
    33I'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.