Changeset 63333 in vbox for trunk/Config.kmk
- Timestamp:
- Aug 11, 2016 12:05:51 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r63330 r63333 5163 5163 # -wd4355: 'this' : used in base member initializer list (e.g. VirtualBoxBase.cpp) 5164 5164 TEMPLATE_VBOXMAINEXE_CXXFLAGS += $(VBOX_VCC_WARN_ALL) -wd4625 -wd4626 -wd4355 $(VBOX_VCC_WERR) 5165 #ifndef VBOX_WITH_MASOCHISTIC_WARNINGS5166 # Temporarily (Frank is working on these from the linux side, I think...):5167 # -wd4265: 'Shareable<D>' : class has virtual functions, but destructor is not virtual instances of this class may not be destructed correctly5168 TEMPLATE_VBOXMAINEXE_CXXFLAGS += -wd42655169 #endif5170 5165 TEMPLATE_VBOXMAINEXE_CXXFLAGS.debug = -RTCsu 5171 5166 TEMPLATE_VBOXMAINEXE_CXXFLAGS.dbgopt = $(NO_SUCH_VARIABLE)
Note:
See TracChangeset
for help on using the changeset viewer.