VirtualBox

Changeset 62633 in vbox for trunk/Config.kmk


Ignore:
Timestamp:
Jul 28, 2016 4:12:17 PM (8 years ago)
Author:
vboxsync
Message:

Config.kmk: VBoxRC + VBoxR0 templates get -Wall on windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r62595 r62633  
    16141614#      -wd4242: '=' : conversion from 'uint32_t' to 'uint8_t', possible loss of data
    16151615#      -wd4244: 'conversion' conversion from 'type1' to 'type2', possible loss of data
     1616#      -wd4100: 'identifier' : unreferenced formal parameter [level 4]
    16161617VBOX_VCC_WARN_ALL ?= -W4 -Wall -wd4065 -wd4996 -wd4127 -wd4706 -wd4201 -wd4214 -wd4510 -wd4512 -wd4610 \
    16171618        -wd4514 -wd4820 -wd4365 -wd4987 -wd4710 -wd4061 -wd4986 -wd4191 -wd4574 -wd4917 -wd4711
     
    37013702 #
    37023703 # Disabled Visual C++ warnings:
    3703  #     -wd4244: 'conversion' conversion from 'type1' to 'type2', possible loss of data
    3704  #     -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]
    37103704 #     -wd4505: 'iemRaisePageFaultJmp' : unreferenced local function has been removed
    3711  #     -wd4510: 'VM::<unnamed-tag>' : default constructor could not be generated
    3712  #     -wd4512: 'VM' : assignment operator could not be generated
    3713  #     -wd4610: union 'VM::<unnamed-tag>' can never be instantiated - user defined constructor required
    37143705 #
    37153706 TEMPLATE_VBoxRc = VBox Raw-Mode Context
     
    37363727  TEMPLATE_VBoxRc_RCDEFS             = VBOX_SVN_REV=$(VBOX_SVN_REV) VBOX_SVN_REV_MOD_5K=$(expr $(VBOX_SVN_REV) % 50000)
    37373728  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)
    37393730  TEMPLATE_VBoxRc_CFLAGS             = $(TEMPLATE_VBoxRc_CXXFLAGS)
    37403731  TEMPLATE_VBoxRc_LDFLAGS            =  -Ignore:4197 \
     
    38483839#
    38493840# 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
    38613842#
    38623843TEMPLATE_VBoxR0 = VBox Ring 0
     
    38823863TEMPLATE_VBoxR0_RCDEFS              = VBOX_SVN_REV=$(VBOX_SVN_REV) VBOX_SVN_REV_MOD_5K=$(expr $(VBOX_SVN_REV) % 50000)
    38833864TEMPLATE_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)
    38853866TEMPLATE_VBoxR0_CFLAGS              = $(TEMPLATE_VBoxR0_CXXFLAGS)
    38863867TEMPLATE_VBoxR0_LDFLAGS             = -Ignore:4197 \
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