]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/UdfDxe: Initialize the array after declaration
authorBi, Dandan <dandan.bi@intel.com>
Tue, 12 Sep 2017 08:56:15 +0000 (16:56 +0800)
committerStar Zeng <star.zeng@intel.com>
Tue, 12 Sep 2017 09:22:06 +0000 (17:22 +0800)
commitb434f7532770714b1683b73cd54b8a38d5674251
tree35172768404ec8ffd6fa349af5f5ab8a90bbe4e5
parent0b4c8f003ade95f4eadb8cbe7efe16008368143e
MdeModulePkg/UdfDxe: Initialize the array after declaration

Initialize the array DescriptorLBAs[] after declaration to fix
non-constant aggregate initializer warning in VS tool chains.

Cc: Eric Dong <eric.dong@intel.com>
Cc: Paulo Alcantara <pcacjr@zytor.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Paulo Alcantara <pcacjr@zytor.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
MdeModulePkg/Universal/Disk/UdfDxe/FileSystemOperations.c