VirtualBox

Changeset 45991 in vbox


Ignore:
Timestamp:
May 11, 2013 11:36:34 PM (12 years ago)
Author:
vboxsync
Message:

Fix local strict build issues.

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r45980 r45991  
    3434
    3535#include <VBox/vmm/pdmdrv.h>
    36 #ifdef DEBUG /* for VM_ASSERT_EMT(). */
     36#if defined(DEBUG) || defined(VBOX_STRICT) /* for VM_ASSERT_EMT(). */
    3737# include <VBox/vmm/vm.h>
    3838#endif
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r45907 r45991  
    5353DECLEXPORT(int) pgmPoolAccessHandler(PVM pVM, RTGCUINT uErrorCode, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, RTGCPHYS GCPhysFault, void *pvUser);
    5454#endif
    55 #ifdef LOG_ENABLED
     55#if defined(LOG_ENABLED) || defined(VBOX_STRICT)
    5656static const char *pgmPoolPoolKindToStr(uint8_t enmKind);
    5757#endif
     
    54445444#endif /* IN_RING3 */
    54455445
    5446 #ifdef LOG_ENABLED
     5446#if defined(LOG_ENABLED) || defined(VBOX_STRICT)
    54475447/**
    54485448 * Stringifies a PGMPOOLKIND value.
     
    55155515    return "Unknown kind!";
    55165516}
    5517 #endif /* LOG_ENABLED*/
    5518 
     5517#endif /* LOG_ENABLED || VBOX_STRICT */
     5518
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