VirtualBox

Changeset 49052 in vbox for trunk


Ignore:
Timestamp:
Oct 11, 2013 11:25:03 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89848
Message:

list.h: warning ([-Wunused-parameter])

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/list.h

    r45520 r49052  
    148148            memcpy(&p[iTo], &p1[0], sizeof(T1) * cSize);
    149149    }
    150     static inline void      erase(T2 *p, size_t /* i */) { /* Nothing to do here. */ }
     150    static inline void      erase(T2 * /* p */, size_t /* i */) { /* Nothing to do here. */ }
    151151    static inline void      eraseRange(T2 * /* p */, size_t /* cFrom */, size_t /* cSize */) { /* Nothing to do here. */ }
    152152};
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