VirtualBox

Changeset 24853 in vbox


Ignore:
Timestamp:
Nov 22, 2009 5:07:33 PM (15 years ago)
Author:
vboxsync
Message:

gcc warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/lwip/src/core/sys.c

    r17797 r24853  
    7878      memp_free(MEMP_SYS_TIMEOUT, tmptimeout);
    7979      if (h != NULL) {
    80         LWIP_DEBUGF(SYS_DEBUG, ("smf calling h=%p(%p)\n", (void *)h, (void *)arg));
     80        LWIP_DEBUGF(SYS_DEBUG, ("smf calling h=%p(%p)\n", (void *)(uintptr_t)h, (void *)arg));
    8181        h(arg);
    8282      }
     
    133133      memp_free(MEMP_SYS_TIMEOUT, tmptimeout);
    134134      if (h != NULL) {
    135         LWIP_DEBUGF(SYS_DEBUG, ("ssw h=%p(%p)\n", (void *)h, (void *)arg));
     135        LWIP_DEBUGF(SYS_DEBUG, ("ssw h=%p(%p)\n", (void *)(uintptr_t)h, (void *)arg));
    136136        h(arg);
    137137      }
     
    172172
    173173  LWIP_DEBUGF(SYS_DEBUG, ("sys_timeout: %p msecs=%"U32_F" h=%p arg=%p\n",
    174     (void *)timeout, msecs, (void *)h, (void *)arg));
     174    (void *)timeout, msecs, (void *)(uintptr_t)h, (void *)arg));
    175175
    176176  LWIP_ASSERT("sys_timeout: timeouts != NULL", timeouts != NULL);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette