VirtualBox

Changeset 89076 in vbox for trunk/include


Ignore:
Timestamp:
May 17, 2021 8:39:37 AM (4 years ago)
Author:
vboxsync
Message:

IPRT/cdefs.h: Also disable warning for MSVC 2019 for RT_FLEXIBLE_ARRAY usage. Needs review!

File:
1 edited

Legend:

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

    r87797 r89076  
    27982798 * @note    Use RT_UOFFSETOF() to calculate the structure size.
    27992799 *
    2800  * @note    Never to a sizeof() on the structure or member!
     2800 * @note    Never do a sizeof() on the structure or member!
    28012801 *
    28022802 * @note    The member must be the last one.
     
    28172817# if defined(__cplusplus) && defined(_MSC_VER)
    28182818#  pragma warning(disable:4200) /* -wd4200 does not work with VS2010 */
     2819#  pragma warning(disable:4815) /* -wd4815 does not work with VS2019 */
    28192820# endif
    28202821#elif defined(__STDC_VERSION__)
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