summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2021-05-03 11:50:38 +0200
committerJan Kara <jack@suse.cz>2021-08-11 16:54:44 +0200
commitb3c8c9801eb9b8e0f73246b4b14efbde1a4c570c (patch)
tree99e571d7742eb89f6077736fcb12d452c0de7df3 /Makefile
parent04e8ee504a677d07dd60f6c8aae912e4842301c8 (diff)
downloadlinux-b3c8c9801eb9b8e0f73246b4b14efbde1a4c570c.tar.gz
linux-b3c8c9801eb9b8e0f73246b4b14efbde1a4c570c.tar.bz2
linux-b3c8c9801eb9b8e0f73246b4b14efbde1a4c570c.zip
udf: Get rid of 0-length arrays
Declare variable length arrays using [] instead of the old-style declarations using arrays with 0 members. Also comment out entries in structures beyond the first variable length array (we still do keep them in comments as a reminder there are further entries in the structure behind the variable length array). Accessing such entries needs a careful offset math anyway so it is safer to not have them declared. Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions