VirtualBox

Changeset 63218 in vbox for trunk/src/VBox/Devices/Graphics


Ignore:
Timestamp:
Aug 9, 2016 3:52:35 PM (8 years ago)
Author:
vboxsync
Message:

Devices: warnings (gcc)

Location:
trunk/src/VBox/Devices/Graphics
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp

    r62932 r63218  
    293293#endif /* IN_RING3 */
    294294
    295 
    296295#ifdef LOG_ENABLED
     296
    297297/**
    298298 * Index register string name lookup
     
    415415}
    416416
     417#ifdef IN_RING3
    417418/**
    418419 * FIFO command name lookup
     
    533534    }
    534535}
    535 #endif
     536# endif /* IN_RING3 */
     537
     538#endif /* LOG_ENABLED */
    536539
    537540#ifdef IN_RING3
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r62956 r63218  
    264264#define LOGO_MAX_HEIGHT      480
    265265#define LOGO_MAX_SIZE        LOGO_MAX_WIDTH * LOGO_MAX_HEIGHT * 4
    266 
    267 
    268 /*********************************************************************************************************************************
    269 *   Internal Functions                                                                                                           *
    270 *********************************************************************************************************************************/
    271 #ifndef IN_RING3
    272 RT_C_DECLS_BEGIN
    273 DECLEXPORT(FNPGMRZPHYSPFHANDLER)  vgaLbfAccessPfHandler;
    274 RT_C_DECLS_END
    275 #endif
    276 PGM_ALL_CB_DECL(FNPGMPHYSHANDLER) vgaLFBAccessHandler;
    277266
    278267
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