mirror of https://github.com/acidanthera/audk.git
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:
parent
96a65fc85a
commit
9c1ca96e42
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue