Changeset 63304 in vbox for trunk/Config.kmk
- Timestamp:
- Aug 10, 2016 10:59:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r63303 r63304 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_WARNINGS5165 #ifndef VBOX_WITH_MASOCHISTIC_WARNINGS 5166 5166 # Temporarily (Frank is working on these from the linux side, I think...): 5167 5167 # -wd4265: 'Shareable<D>' : class has virtual functions, but destructor is not virtual instances of this class may not be destructed correctly 5168 5168 TEMPLATE_VBOXMAINEXE_CXXFLAGS += -wd4265 5169 endif5169 #endif 5170 5170 TEMPLATE_VBOXMAINEXE_CXXFLAGS.debug = -RTCsu 5171 5171 TEMPLATE_VBOXMAINEXE_CXXFLAGS.dbgopt = $(NO_SUCH_VARIABLE)
Note:
See TracChangeset
for help on using the changeset viewer.