VirtualBox

Changeset 66780 in vbox for trunk/include


Ignore:
Timestamp:
May 4, 2017 9:56:24 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115192
Message:

iprt/message.h: Fixed iprt_format attributes of RTMsgErrorExitFailure and RTMsgErrorExitFailureV.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/message.h

    r66594 r66780  
    104104 * @param   ...             Format arguments.
    105105 */
    106 RTDECL(RTEXITCODE) RTMsgErrorExitFailure(const char *pszFormat, ...) RT_IPRT_FORMAT_ATTR(2, 3);
     106RTDECL(RTEXITCODE) RTMsgErrorExitFailure(const char *pszFormat, ...) RT_IPRT_FORMAT_ATTR(1, 2);
    107107
    108108/**
     
    113113 * @param   va              Format arguments.
    114114 */
    115 RTDECL(RTEXITCODE) RTMsgErrorExitFailureV(const char *pszFormat, va_list va) RT_IPRT_FORMAT_ATTR(2, 0);
     115RTDECL(RTEXITCODE) RTMsgErrorExitFailureV(const char *pszFormat, va_list va) RT_IPRT_FORMAT_ATTR(1, 0);
    116116
    117117/**
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