audk/MdeModulePkg/Bus/Pci/NvmExpressDxe
Mike Maslenkin c58501aa1a MdeModulePkg: NvmExpressDxe: fix warning about uninitialized variable
NvmExpressMediaSanitize.c: In function 'NvmExpressMediaClear':
NvmExpressMediaSanitize.c:337:29: error: 'Status' may be used uninitialized
  in this function [-Werror=maybe-uninitialized]

   EFI_STATUS                Status;
                             ^~~~~~
cc1: all warnings being treated as errors

Signed-off-by: Mike Maslenkin <mike.maslenkin@gmail.com>
2025-01-29 17:20:57 +01:00
..
UnitTest MdeModulePkg/Bus/Pci/NvmExpressDxe: Nvm Express Media Sanitize Protocol. 2024-08-29 18:51:07 +00:00
ComponentName.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
NvmExpress.c MdeModulePkg/Bus/Pci/NvmExpressDxe: Nvm Express Media Sanitize Protocol. 2024-08-29 18:51:07 +00:00
NvmExpress.h MdeModulePkg/Bus/Pci/NvmExpressDxe: Nvm Express Media Sanitize Protocol. 2024-08-29 18:51:07 +00:00
NvmExpressBlockIo.c MdeModulePkg: Update ReceiveData and SendData function description 2024-03-13 02:48:38 +00:00
NvmExpressBlockIo.h MdeModulePkg: Update ReceiveData and SendData function description 2024-03-13 02:48:38 +00:00
NvmExpressDiskInfo.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
NvmExpressDiskInfo.h MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
NvmExpressDxe.inf MdeModulePkg/Bus/Pci/NvmExpressDxe: Nvm Express Media Sanitize Protocol. 2024-08-29 18:51:07 +00:00
NvmExpressDxe.uni MdeModulePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:08 -07:00
NvmExpressDxeExtra.uni MdeModulePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:08 -07:00
NvmExpressHci.c MdeModulePkg: Add NVMe Long Delay Time Events 2024-07-27 01:32:21 +00:00
NvmExpressHci.h MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
NvmExpressMediaSanitize.c MdeModulePkg: NvmExpressDxe: fix warning about uninitialized variable 2025-01-29 17:20:57 +01:00
NvmExpressMediaSanitize.h MdeModulePkg/Bus/Pci/NvmExpressDxe: Nvm Express Media Sanitize Protocol. 2024-08-29 18:51:07 +00:00
NvmExpressPassthru.c MdeModulePkg: NvmExpressDxe: Add Timeout Status Codes 2024-07-31 04:09:49 +00:00