VirtualBox

Changeset 63147 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Aug 8, 2016 11:12:33 AM (8 years ago)
Author:
vboxsync
Message:

Main: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/apiwrap-server.xsl

    r62486 r63147  
    179179<xsl:template match="interface" mode="classfooter">
    180180    <xsl:param name="addinterfaces"/>
    181     <xsl:text>};
     181    <xsl:text>
     182private:
     183    DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(</xsl:text>
     184    <xsl:value-of select="concat(substring(@name, 2),'Wrap')"/>
     185    <xsl:text>); /* Shuts up MSC warning C4625. */
     186
     187};
    182188
    183189</xsl:text>
     
    13271333        <xsl:text>
    13281334#else  /* dummy attribute */
     1335    NOREF(aMidlDoesNotLikeEmptyInterfaces);
    13291336    return E_FAIL;
    13301337#endif /* dummy attribute */</xsl:text>
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