VirtualBox

Changeset 61946 in vbox


Ignore:
Timestamp:
Jun 30, 2016 7:19:39 AM (9 years ago)
Author:
vboxsync
Message:

Devices/Storage: save some space in release builds

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/Debug.cpp

    r56292 r61946  
    2222#include <VBox/scsi.h>
    2323#include "ide.h"
     24
     25#ifdef LOG_ENABLED
    2426
    2527/**
     
    899901}
    900902
     903#endif /* LOG_ENABLED */
     904
     905#if defined(LOG_ENABLED) || defined(RT_STRICT)
     906
    901907/**
    902908 * Return the plain text of a SCSI command for debugging purposes.
     
    11351141}
    11361142
     1143#endif /* LOG_ENABLED || RT_STRICT */
  • trunk/src/VBox/Devices/Storage/ide.h

    r56292 r61946  
    204204
    205205
    206 #if defined(DEBUG) && defined(IN_RING3)
     206#if defined(LOG_ENABLED) && defined(IN_RING3)
    207207const char * ATACmdText(uint8_t uCmd);
    208208#endif
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