VirtualBox

Ignore:
Timestamp:
Aug 15, 2016 10:00:20 AM (8 years ago)
Author:
vboxsync
Message:

VMM: warnings (clang)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r62606 r63465  
    4545*********************************************************************************************************************************/
    4646RT_C_DECLS_BEGIN
     47#if 0 /* unused */
    4748DECLINLINE(unsigned) pgmPoolTrackGetShadowEntrySize(PGMPOOLKIND enmKind);
    4849DECLINLINE(unsigned) pgmPoolTrackGetGuestEntrySize(PGMPOOLKIND enmKind);
     50#endif /* unused */
    4951static void pgmPoolTrackClearPageUsers(PPGMPOOL pPool, PPGMPOOLPAGE pPage);
    5052static void pgmPoolTrackDeref(PPGMPOOL pPool, PPGMPOOLPAGE pPage);
     
    6668
    6769
     70#if 0 /* unused */
    6871/**
    6972 * Checks if the specified page pool kind is for a 4MB or 2MB guest page.
     
    8487    }
    8588}
     89#endif /* unused */
    8690
    8791
     
    31183122
    31193123
     3124#if 0 /* unused */
    31203125/**
    31213126 * Gets the entry size of a shadow table.
     
    31663171    }
    31673172}
    3168 
    3169 
     3173#endif /* unused */
     3174
     3175#if 0 /* unused */
    31703176/**
    31713177 * Gets the entry size of a guest table.
     
    32203226    }
    32213227}
     3228#endif /* unused */
    32223229
    32233230
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