VirtualBox

Changeset 66064 in vbox for trunk/Config.kmk


Ignore:
Timestamp:
Mar 13, 2017 4:25:47 PM (8 years ago)
Author:
vboxsync
Message:

iprt/cdefs.h: Adding a RT_FLEXIBLE_ARRAY macro.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r66016 r66064  
    28102810#      -wd4242: '=' : conversion from 'uint32_t' to 'uint8_t', possible loss of data
    28112811#      -wd4244: 'conversion' conversion from 'type1' to 'type2', possible loss of data
     2812#      -wd4200: nonstandard extension used : zero-sized array in struct/union
     2813#               Cannot generate copy-ctor or copy-assignment operator when UDT contains a zero-sized array
    28122814VBOX_VCC_WARN_ALL ?= -W4 -Wall -wd4065 -wd4996 -wd4127 -wd4706 -wd4201 -wd4214 -wd4510 -wd4512 -wd4610 \
    28132815        -wd4514 -wd4820 -wd4365 -wd4987 -wd4710 -wd4061 -wd4986 -wd4191 -wd4574 -wd4917 -wd4711 -wd4611 -wd4571 -wd4324 -wd4505 \
    2814         -wd4263 -wd4264 -wd4738
     2816        -wd4263 -wd4264 -wd4738 -wd4200
    28152817#ifndef VBOX_WITH_MASOCHISTIC_WARNINGS
    28162818# VBOX_VCC_WARN_ALL +=
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