VirtualBox

Changeset 33974 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Nov 11, 2010 11:12:27 AM (14 years ago)
Author:
vboxsync
Message:

Fixed MSVC warnings (unary minus applied to unsigned type).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGATmpl.h

    r32404 r33974  
    5757
    5858static inline void glue(vga_draw_glyph_line_, DEPTH)(uint8_t *d,
    59                                                      uint32_t font_data,
     59                                                     int font_data,
    6060                                                     uint32_t xorcol,
    6161                                                     uint32_t bgcol)
     
    8585                                          uint32_t fgcol, uint32_t bgcol)
    8686{
    87     uint32_t font_data, xorcol;
     87    uint32_t xorcol;
     88    int      font_data;
    8889
    8990    xorcol = bgcol ^ fgcol;
     
    100101                                          uint32_t fgcol, uint32_t bgcol)
    101102{
    102     uint32_t font_data, xorcol;
     103    uint32_t xorcol;
     104    int      font_data;
    103105
    104106    xorcol = bgcol ^ fgcol;
     
    120122                                          uint32_t fgcol, uint32_t bgcol, int dup9)
    121123{
    122     uint32_t font_data, xorcol, v;
     124    uint32_t xorcol, v;
     125    int      font_data;
    123126
    124127    xorcol = bgcol ^ fgcol;
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