MdeModulePkg DxeNetLib: Fix compiler warning

This compiler warning was triggered by setting MDEPKG_NDEBUG.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10126 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten 2010-03-01 00:28:34 +00:00
parent 96a65fc85a
commit 9c1ca96e42
1 changed files with 2 additions and 0 deletions

View File

@ -1050,6 +1050,8 @@ NetbufAllocSpace (
UINT32 Index;
UINT8 *SavedTail;
Index = 0;
NET_CHECK_SIGNATURE (Nbuf, NET_BUF_SIGNATURE);
NET_CHECK_SIGNATURE (Nbuf->Vector, NET_VECTOR_SIGNATURE);