mirror of https://github.com/acidanthera/audk.git
Change the return type of DnsFillinQNameForQueryIp() from (UINT8*) to
(CHAR*). This brings the function in sync with both its internal variables
and all of its call sites, fixing the following gcc build breakage:
> NetworkPkg/DnsDxe/DnsImpl.c: In function 'DnsFillinQNameForQueryIp':
> NetworkPkg/DnsDxe/DnsImpl.c:1068:3: error: pointer targets in return
> differ in signedness
> [-Werror=pointer-sign]
> return QueryName;
> ^
The code was added in git commit
|
||
---|---|---|
.. | ||
ComponentName.c | ||
DnsDhcp.c | ||
DnsDhcp.h | ||
DnsDriver.c | ||
DnsDriver.h | ||
DnsDxe.inf | ||
DnsDxe.uni | ||
DnsDxeExtra.uni | ||
DnsImpl.c | ||
DnsImpl.h | ||
DnsProtocol.c |