While I was trying to build against the last git repo version I've encountered the following error:
edk2/MdePkg/Library/UefiDevicePathLib/DevicePathFromText.c:2796:12: error: pointer targets in assignment differ in signedness [-Werror=pointer-sign]
AsciiStr = WiFiDp->SSId;
Cheers.