]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Sockets/WebServer/DhcpOptions.c
Fix some errors detected by the GCC 4.4 compiler.
[mirror_edk2.git] / AppPkg / Applications / Sockets / WebServer / DhcpOptions.c
index fe37d3deb703decae4d9b35e0cbe1379f6ef11b4..0a2e6cfde16b5da538f124dcede6eb37c9346151 100644 (file)
@@ -151,7 +151,7 @@ DhcpOptionsPage (
           Status = gBS->OpenProtocol ( *pHandle,
 //                                       Dhcp4Handle,
                                        &gEfiDhcp4ProtocolGuid,
-                                       &pDhcp4,
+                                       (VOID **)&pDhcp4,
                                        NULL,
                                        gImageHandle,
                                        EFI_OPEN_PROTOCOL_GET_PROTOCOL );