audk/MdeModulePkg/Universal/Network/UefiPxeBcDxe
Harry Liebel 35d74819a0 The pointer argument should be set to NULL if not used not FALSE.
FALSE evaluates to 0. This was flagged by LLVM compiler as a
  warning:
  "expression which evaluates to zero treated as a null pointer
   constant of type 'EFI_MTFTP4_OVERRIDE_DATA *'
   [-Wnon-literal-null-conversion]"

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Harry Liebel <Harry.Liebel@arm.com>
Reviewed-By: Olivier Martin <olivier.martin@arm.com>
Reviewed-By: Fu, Siyuan <siyuan.fu@intel.com>
Reviewed-By: Ye, Ting (ting.ye@intel.com)

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15741 6f19259b-4bc3-4df7-8a09-765794883524
2014-08-04 01:26:57 +00:00
..
ComponentName.c 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support. 2012-12-13 06:47:06 +00:00
PxeBcDhcp.c Refine code to make it more safely. 2014-06-26 03:24:25 +00:00
PxeBcDhcp.h Add Copyright notices and comments for Red Hat contributor. 2013-05-14 06:25:39 +00:00
PxeBcDriver.c Fix CRLF format 2014-01-22 08:38:50 +00:00
PxeBcDriver.h Update the copyright notice format 2010-04-24 09:33:45 +00:00
PxeBcImpl.c Initialize DefaultInfo before using it. 2013-03-11 07:47:42 +00:00
PxeBcImpl.h Fix CRLF format 2014-01-22 08:38:50 +00:00
PxeBcMtftp.c The pointer argument should be set to NULL if not used not FALSE. 2014-08-04 01:26:57 +00:00
PxeBcMtftp.h Update the copyright notice format 2010-04-24 09:33:45 +00:00
PxeBcSupport.c 1. Define a netlib library function NetLibGetSystemGuid() 2011-07-14 11:27:05 +00:00
PxeBcSupport.h 1. Define a netlib library function NetLibGetSystemGuid() 2011-07-14 11:27:05 +00:00
UefiPxeBcDxe.inf Update Module BaseName to avoid the same name. 2014-01-24 09:33:11 +00:00