audk/MdeModulePkg/Universal/Network
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
..
ArpDxe Fix GCC build fail issue for MdeModulePkg and NetworkPkg. 2012-12-17 06:48:35 +00:00
Dhcp4Dxe Refine code to make it more safely. 2014-06-26 03:24:25 +00:00
DpcDxe Update the copyright notice format 2010-04-24 09:33:45 +00:00
IScsiDxe Update code to support VS2013 tool chain. 2014-07-28 07:52:57 +00:00
Ip4ConfigDxe Fix spelling typo in the NIC_IP4_CONFIG_INFO.Permanent variable name, which was incorrectly called NIC_IP4_CONFIG_INFO.Perment 2013-10-01 22:12:51 +00:00
Ip4Dxe Fix a bug in IP4 driver when computing the network broadcast adress. 2014-06-30 07:48:23 +00:00
MnpDxe Removes MacString Rt attribute in Ip4Config/Mnp driver. 2014-03-20 08:19:28 +00:00
Mtftp4Dxe Refine code to make it more safely. 2014-06-26 03:24:25 +00:00
SnpDxe Fixed typos: hanlder should be handler. 2014-07-09 03:51:56 +00:00
Tcp4Dxe Fix some build issues (ARM toolchain). 2014-05-15 01:13:05 +00:00
Udp4Dxe Fix some build issues (ARM toolchain). 2014-05-15 01:13:05 +00:00
UefiPxeBcDxe The pointer argument should be set to NULL if not used not FALSE. 2014-08-04 01:26:57 +00:00
VlanConfigDxe Fix following problems about VLAN driver: 2014-01-24 05:33:18 +00:00