diff options
author | Austin Kim <austindh.kim@gmail.com> | 2019-10-01 16:34:13 +0900 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2019-10-06 22:04:35 -0500 |
commit | dd19c106a36690b47bb1acc68372f2b472b495b8 (patch) | |
tree | ac247b84e197734c55b3b1b1a8cde8fb1807f192 /fs/cifs/file.c | |
parent | 52870d5048919004b6629d1a2f2b0a99c23b9960 (diff) | |
download | linux-dd19c106a36690b47bb1acc68372f2b472b495b8.tar.gz linux-dd19c106a36690b47bb1acc68372f2b472b495b8.tar.bz2 linux-dd19c106a36690b47bb1acc68372f2b472b495b8.zip |
fs: cifs: mute -Wunused-const-variable message
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]
static const struct smb_to_posix_error mapping_table_ERRHRD[] = {
^
Signed-off-by: Austin Kim <austindh.kim@gmail.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/file.c')
0 files changed, 0 insertions, 0 deletions