VirtualBox

Changeset 57568 in vbox


Ignore:
Timestamp:
Aug 27, 2015 3:01:56 PM (9 years ago)
Author:
vboxsync
Message:

VMM: supress 'unused-but-set-variable' warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/stam.h

    r57006 r57568  
    680680# define STAM_REL_PROFILE_START(pProfile, Prefix) \
    681681    uint64_t Prefix##_tsStart; \
    682     STAM_GET_TS(Prefix##_tsStart)
     682    STAM_GET_TS(Prefix##_tsStart); \
     683    NOREF(Prefix##_tsStart)
    683684#else
    684685# define STAM_REL_PROFILE_START(pProfile, Prefix) do { } while (0)
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