Changeset 62633 in vbox for trunk/Config.kmk
- Timestamp:
- Jul 28, 2016 4:12:17 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r62595 r62633 1614 1614 # -wd4242: '=' : conversion from 'uint32_t' to 'uint8_t', possible loss of data 1615 1615 # -wd4244: 'conversion' conversion from 'type1' to 'type2', possible loss of data 1616 # -wd4100: 'identifier' : unreferenced formal parameter [level 4] 1616 1617 VBOX_VCC_WARN_ALL ?= -W4 -Wall -wd4065 -wd4996 -wd4127 -wd4706 -wd4201 -wd4214 -wd4510 -wd4512 -wd4610 \ 1617 1618 -wd4514 -wd4820 -wd4365 -wd4987 -wd4710 -wd4061 -wd4986 -wd4191 -wd4574 -wd4917 -wd4711 … … 3701 3702 # 3702 3703 # Disabled Visual C++ warnings: 3703 # -wd4244: 'conversion' conversion from 'type1' to 'type2', possible loss of data3704 # -wd4996: deprecated / insecure.3705 # -wd4127: conditional expression is constant [level 4]3706 # -wd4100: 'identifier' : unreferenced formal parameter [level 4]3707 # -wd4214: nonstandard extension used : bit field types other than int [level 4]3708 # -wd4706: assignment within conditional expression [level 4]3709 # -wd4201: nonstandard extension used : nameless struct/union [level 4]3710 3704 # -wd4505: 'iemRaisePageFaultJmp' : unreferenced local function has been removed 3711 # -wd4510: 'VM::<unnamed-tag>' : default constructor could not be generated3712 # -wd4512: 'VM' : assignment operator could not be generated3713 # -wd4610: union 'VM::<unnamed-tag>' can never be instantiated - user defined constructor required3714 3705 # 3715 3706 TEMPLATE_VBoxRc = VBox Raw-Mode Context … … 3736 3727 TEMPLATE_VBoxRc_RCDEFS = VBOX_SVN_REV=$(VBOX_SVN_REV) VBOX_SVN_REV_MOD_5K=$(expr $(VBOX_SVN_REV) % 50000) 3737 3728 TEMPLATE_VBoxRc_CXXFLAGS = -Zi -Zl -GR- -EHs- -GF -GS- -Zc:wchar_t- -Gs8192 $(VBOX_VCC_GC_OPT) $(VBOX_VCC_GC_FP) \ 3738 -W4 -wd4244 -wd4996 -wd4127 -wd4100 -wd4214 -wd4706 -wd4201 -wd4505 -wd4510 -wd4512 -wd4610$(VBOX_VCC_WERR)3729 $(VBOX_VCC_WARN_ALL) -wd4505 $(VBOX_VCC_WERR) 3739 3730 TEMPLATE_VBoxRc_CFLAGS = $(TEMPLATE_VBoxRc_CXXFLAGS) 3740 3731 TEMPLATE_VBoxRc_LDFLAGS = -Ignore:4197 \ … … 3848 3839 # 3849 3840 # Disabled Visual C++ warnings: 3850 # -wd4244: 'conversion' conversion from 'type1' to 'type2', possible loss of data 3851 # -wd4996: deprecated / insecure. 3852 # -wd4127: conditional expression is constant [level 4] 3853 # -wd4100: 'identifier' : unreferenced formal parameter [level 4] 3854 # -wd4214: nonstandard extension used : bit field types other than int [level 4] 3855 # -wd4706: assignment within conditional expression [level 4] 3856 # -wd4201: nonstandard extension used : nameless struct/union [level 4] 3857 # -wd4505: 'iemRaisePageFaultJmp' : unreferenced local function has been removed 3858 # -wd4510: 'VM::<unnamed-tag>' : default constructor could not be generated 3859 # -wd4512: 'VM' : assignment operator could not be generated 3860 # -wd4610: union 'VM::<unnamed-tag>' can never be instantiated - user defined constructor required 3841 # -wd4505: 'iemRaisePageFaultJmp' : unreferenced local function has been removed 3861 3842 # 3862 3843 TEMPLATE_VBoxR0 = VBox Ring 0 … … 3882 3863 TEMPLATE_VBoxR0_RCDEFS = VBOX_SVN_REV=$(VBOX_SVN_REV) VBOX_SVN_REV_MOD_5K=$(expr $(VBOX_SVN_REV) % 50000) 3883 3864 TEMPLATE_VBoxR0_CXXFLAGS = -Zi -Zl -GR- -EHs- -GF -GS- -Zc:wchar_t- $(VBOX_VCC_OPT) $(VBOX_VCC_FP) \ 3884 -W4 -wd4244 -wd4996 -wd4127 -wd4100 -wd4214 -wd4706 -wd4201 -wd4505 -wd4510 -wd4512 -wd4610$(VBOX_VCC_WERR)3865 $(VBOX_VCC_WARN_ALL) -wd4505 $(VBOX_VCC_WERR) 3885 3866 TEMPLATE_VBoxR0_CFLAGS = $(TEMPLATE_VBoxR0_CXXFLAGS) 3886 3867 TEMPLATE_VBoxR0_LDFLAGS = -Ignore:4197 \
Note:
See TracChangeset
for help on using the changeset viewer.