VirtualBox

Changeset 107529 in vbox


Ignore:
Timestamp:
Jan 8, 2025 3:36:08 PM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166593
Message:

src/VBox/Main/include/PerformanceImpl.h: Fixed warnings found by Parfait (uninitialized attributes). jiraref:VBP-1424

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/PerformanceImpl.h

    r106061 r107529  
    191191    struct Data
    192192    {
    193         Data() : hal(0) {};
     193        Data()
     194            : sampler(NIL_RTTIMERLR), hal(NULL), gm(NULL) {};
    194195
    195196        BaseMetricList             baseMetrics;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette