VirtualBox

Changeset 91938 in vbox


Ignore:
Timestamp:
Oct 21, 2021 12:22:01 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147744
Message:

asn1-generator-pass.h: Fix warning about misleading indentation with newer gcc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/asn1-generator-pass.h

    r85124 r91938  
    754754            rc = RTAsn1MemAllocZ(&pThis->Allocation, (void **)&pThis->a_PtrName, sizeof(*pThis->a_PtrName)); \
    755755            if (RT_SUCCESS(rc)) \
    756                 rc = RT_CONCAT(a_Api,_Clone)(pThis->a_PtrName, pSrc->a_PtrName, pAllocator); break
     756                rc = RT_CONCAT(a_Api,_Clone)(pThis->a_PtrName, pSrc->a_PtrName, pAllocator); \
     757            break
    757758# define RTASN1TMPL_PCHOICE_XTAG_EX(a_uTag, a_enmChoice, a_PtrTnNm, a_CtxTagN, a_Name, a_Type, a_Api, a_Constraints) \
    758759        case a_enmChoice: /* A bit of presence paranoia here, but better safe than sorry... */ \
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