audk/MdeModulePkg/Universal/RegularExpressionDxe
Liming Gao 4d454c54d1 MdeModulePkg: Fix VS2015 warning C4311 & C4312 in RegularExpressionDxe
warning C4311: pointer truncation from 'void *' to 'unsigned long'
warning C4312: conversion from 'unsigned long' to 'void *' of greater size
Update code to convert type to UINTN first, then convert it to other type.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@hpe.com>
Acked-by: Michael Kinney <michael.d.kinney@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19114 6f19259b-4bc3-4df7-8a09-765794883524
2015-12-04 03:15:08 +00:00
..
Oniguruma MdeModulePkg: Fix VS2015 warning C4311 & C4312 in RegularExpressionDxe 2015-12-04 03:15:08 +00:00
RegularExpressionDxe.c MdeModulePkg/RegularExpressionDxe: Correct copyright 2015-11-03 02:43:03 +00:00
RegularExpressionDxe.h MdeModulePkg/RegularExpressionDxe: Correct copyright 2015-11-03 02:43:03 +00:00
RegularExpressionDxe.inf MdeModulePkg/RegularExpressionDxe: Add missing PrintLib 2015-11-03 02:44:48 +00:00