commit | 522628ed1a933a213051228b81bc1a215ea2ab76 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bart.vanassche@wdc.com> | Tue Jul 10 11:32:16 2018 -0700 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Wed Jul 11 14:20:45 2018 -0600 |
tree | c5456847231ede8425342ccde264b13be889af11 | |
parent | e8e8b65224625f7d4dc7953484afe1b571db6c73 [diff] |
IB/hfi1: Suppress a compiler warning Avoid that the following compiler warning is reported when building with gcc 8: drivers/infiniband/hw/hfi1/verbs.c:1896:2: warning: 'strncpy' output may be truncated copying 64 bytes from a string of length 64 [-Wstringop-truncation] Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>