Changeset 66064 in vbox for trunk/Config.kmk
- Timestamp:
- Mar 13, 2017 4:25:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r66016 r66064 2810 2810 # -wd4242: '=' : conversion from 'uint32_t' to 'uint8_t', possible loss of data 2811 2811 # -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 2812 2814 VBOX_VCC_WARN_ALL ?= -W4 -Wall -wd4065 -wd4996 -wd4127 -wd4706 -wd4201 -wd4214 -wd4510 -wd4512 -wd4610 \ 2813 2815 -wd4514 -wd4820 -wd4365 -wd4987 -wd4710 -wd4061 -wd4986 -wd4191 -wd4574 -wd4917 -wd4711 -wd4611 -wd4571 -wd4324 -wd4505 \ 2814 -wd4263 -wd4264 -wd4738 2816 -wd4263 -wd4264 -wd4738 -wd4200 2815 2817 #ifndef VBOX_WITH_MASOCHISTIC_WARNINGS 2816 2818 # VBOX_VCC_WARN_ALL +=
Note:
See TracChangeset
for help on using the changeset viewer.