VirtualBox

Changeset 12926 in vbox for trunk/src/VBox/Additions/x11


Ignore:
Timestamp:
Oct 2, 2008 10:30:43 AM (16 years ago)
Author:
vboxsync
Message:

warnings

Location:
trunk/src/VBox/Additions/x11
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/xgraphics/vboxvideo_70.c

    r9811 r12926  
    578578            maxSize = trySize;
    579579            trySize += 128;
    580         } while (trySize * trySize * pScrn->bitsPerPixel / 8 < pScrn->videoRam * 1024);
     580        } while (trySize * trySize * pScrn->bitsPerPixel / 8 < (unsigned)pScrn->videoRam * 1024);
    581581
    582582        /* I don't know exactly what these are for (and they are only used in a couple
  • trunk/src/VBox/Additions/x11/xmouse/xorg14/mouse.c

    r9709 r12926  
    32243224#  define AP_DBGC(x) ErrorF x ;
    32253225# else
    3226 #  define AP_DBG(x)
    3227 #  define AP_DBGC(x)
     3226#  define AP_DBG(x)  do {} while (0)
     3227#  define AP_DBGC(x) do {} while (0)
    32283228#endif
    32293229
  • trunk/src/VBox/Additions/x11/xmouse/xorg70/mouse.c

    r8155 r12926  
    31893189#  define AP_DBGC(x) ErrorF x ;
    31903190# else
    3191 #  define AP_DBG(x)
    3192 #  define AP_DBGC(x)
     3191#  define AP_DBG(x)  do {} while (0)
     3192#  define AP_DBGC(x) do {} while (0)
    31933193#endif
    31943194
  • trunk/src/VBox/Additions/x11/xmouse/xorg71/mouse.c

    r8155 r12926  
    32013201#  define AP_DBGC(x) ErrorF x ;
    32023202# else
    3203 #  define AP_DBG(x)
    3204 #  define AP_DBGC(x)
     3203#  define AP_DBG(x)  do {} while (0)
     3204#  define AP_DBGC(x) do {} while (0)
    32053205#endif
    32063206
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