VirtualBox

Ignore:
Timestamp:
Feb 21, 2024 7:25:15 PM (15 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161848
Message:

libs/xpcom: Fix some unused variable warnings, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/vboxdeps.cpp

    r102458 r103505  
    5656    nsVoidHashSetSuper *a = new nsVoidHashSetSuper();
    5757    a->Init(123);
    58     nsDeque *b = new nsDeque();
     58    nsDeque *b = new nsDeque(); RT_NOREF(b);
    5959
    6060    //nsXPTCStubBase
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