Re: [PATCH] fs: cifs: mute -Wunused-const-variable message

2019-10-03 Thread Steve French
merged into cifs-2.6.git for-next On Tue, Oct 1, 2019 at 2:34 AM Austin Kim wrote: > > After 'Initial git repository build' commit, > 'mapping_table_ERRHRD' variable has not been used. > > So 'mapping_table_ERRHRD' const variable could be removed > to mute below warning message: > >

[PATCH] fs: cifs: mute -Wunused-const-variable message

2019-10-01 Thread Austin Kim
After 'Initial git repository build' commit, 'mapping_table_ERRHRD' variable has not been used. So 'mapping_table_ERRHRD' const variable could be removed to mute below warning message: fs/cifs/netmisc.c:120:40: warning: unused variable 'mapping_table_ERRHRD' [-Wunused-const-variable]