VirtualBox

Changeset 12927 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Oct 2, 2008 11:34:15 AM (16 years ago)
Author:
vboxsync
Message:

warnings

File:
1 edited

Legend:

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

    r12552 r12927  
    896896 * Don't allocate the string as we use this function in Log() statements.
    897897 */
    898 const char * const ATACmdText(uint8_t uCmd)
     898const char * ATACmdText(uint8_t uCmd)
    899899{
    900900    AssertCompile(RT_ELEMENTS(g_apszATACmdNames) == (1 << (8*sizeof(uCmd))));
     
    906906 * Don't allocate the string as we use this function in Log() statements.
    907907 */
    908 const char * const SCSICmdText(uint8_t uCmd)
     908const char * SCSICmdText(uint8_t uCmd)
    909909{
    910910    AssertCompile(RT_ELEMENTS(g_apszSCSICmdNames) == (1 << (8*sizeof(uCmd))));
     
    916916 * Don't allocate the string as we use this function in Log() statements.
    917917 */
    918 const char * const SCSISenseText(uint8_t uSense)
     918const char * SCSISenseText(uint8_t uSense)
    919919{
    920920    if (uSense < RT_ELEMENTS(g_apszSCSISenseNames))
     
    928928 * Don't allocate the string as we use this function in Log() statements.
    929929 */
    930 const char * const SCSISenseExtText(uint8_t uASC, uint8_t uASCQ)
     930const char * SCSISenseExtText(uint8_t uASC, uint8_t uASCQ)
    931931{
    932932    unsigned iIdx;
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