aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-plugins/latent_entropy_plugin.c
diff options
context:
space:
mode:
authorBart Van Assche <[email protected]>2018-07-23 15:37:01 -0700
committerJason Gunthorpe <[email protected]>2018-07-26 11:39:06 -0600
commit7cfcc71eb0e50f191983d714223c169c47437021 (patch)
tree4595b4b96c1fa09a04910152bf1682cb442ac5db /scripts/gcc-plugins/latent_entropy_plugin.c
parent5d85a822fae2b484f26ddb09815063a88962a0cb (diff)
RDMA/usnic: Suppress a compiler warning
This patch avoids that the following compiler warning is reported when building with gcc 8 and W=1: drivers/infiniband/hw/usnic/usnic_fwd.c:95:2: warning: 'strncpy' output may be truncated copying 16 bytes from a string of length 20 [-Wstringop-truncation] strncpy(ufdev->name, netdev_name(ufdev->netdev), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(ufdev->name) - 1); ~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Bart Van Assche <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/latent_entropy_plugin.c')
0 files changed, 0 insertions, 0 deletions