aboutsummaryrefslogtreecommitdiff
path: root/lib/libnet/ndp.c
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2022-06-27 10:26:32 +0200
committerAlexey Kardashevskiy <aik@ozlabs.ru>2023-02-28 15:23:05 +1100
commite77d7f9c78179c6c9ad1aea9e1dad32c0a6f2d0a (patch)
tree6507bb1dd84afca59a496b2a44fdf7e731066bf0 /lib/libnet/ndp.c
parent6b6c16b4b40763507cf1f518096f3c3883c5cf2d (diff)
downloadSLOF-e77d7f9c78179c6c9ad1aea9e1dad32c0a6f2d0a.zip
SLOF-e77d7f9c78179c6c9ad1aea9e1dad32c0a6f2d0a.tar.gz
SLOF-e77d7f9c78179c6c9ad1aea9e1dad32c0a6f2d0a.tar.bz2
lib/libnet/ipv6: Silence compiler warning from Clang
When compiling the libnet code with Clang (e.g. for the s390-ccw bios), it complains with the following warning: ipv6.c:447:18: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant] unsigned short raw[ip6size]; ^ The warning is completely harmless, of course. Anyway let's rewrite the code a little bit to make the compiler silent again. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'lib/libnet/ndp.c')
0 files changed, 0 insertions, 0 deletions