Changeset 62454 in vbox for trunk/Config.kmk
- Timestamp:
- Jul 22, 2016 3:25:29 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109007
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r62444 r62454 5782 5782 # Template for building build bldprogs. 5783 5783 # 5784 # Disabled Visual C++ warnings: 5785 # -wd4065: switch statement contains 'default' but no 'case' labels 5786 # -wd4996: deprecated / insecure. 5787 # -wd4127: conditional expression is constant [level 4] 5788 # -wd4706: assignment within conditional expression [level 4] 5789 # -wd4201: nonstandard extension used : nameless struct/union [level 4] 5790 # -wd4214: nonstandard extension used : bit field types other than int [level 4] 5791 # -wd4510: 'VM::<unnamed-tag>' : default constructor could not be generated 5792 # -wd4512: 'VM' : assignment operator could not be generated 5793 # -wd4610: union 'VM::<unnamed-tag>' can never be instantiated - user defined constructor required 5794 # 5795 # -wd4244: 'conversion' conversion from 'type1' to 'type2', possible loss of data --- TODO: Enable this one! 5796 # -wd4100: 'identifier' : unreferenced formal parameter [level 4] --- TODO: Enable this one! 5797 # 5798 # 5784 5799 # HACK ALERT! The BLD_TRG_* is a hack to allow building libraries as well. 5785 5800 # … … 5816 5831 TEMPLATE_VBoxBldProg_SDKS := ReorderCompilerIncs $(VBOX_WINPSDK) 5817 5832 TEMPLATE_VBoxBldProg_CXXFLAGS := -Zi -Zl -GR- -EHsc -GF -Zc:wchar_t- $(VBOX_VCC_OPT) $(VBOX_VCC_FP) -MT$(VBOX_VCC_CRT_TYPE) \ 5818 -W 3 -wd4065 -wd4244 -wd49965833 -W4 -wd4065 -wd4996 -wd4127 -wd4706 -wd4201 -wd4214 -wd4510 -wd4512 -wd4610 -wd4100 -wd4244 5819 5834 TEMPLATE_VBoxBldProg_CXXFLAGS.debug := -RTCsu 5820 5835 TEMPLATE_VBoxBldProg_CXXFLAGS.dbgopt = $(NO_SUCH_VARIABLE)
Note:
See TracChangeset
for help on using the changeset viewer.