Changeset 62266 in vbox for trunk/src/libs
- Timestamp:
- Jul 15, 2016 7:22:11 AM (9 years ago)
- Location:
- trunk/src/libs/xpcom18a4
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Config.kmk
r62264 r62266 41 41 $(VBOX_GCC_Wno-invalid-offsetof) -Wno-sign-compare -Wno-unused -Wno-ctor-dtor-privacy \ 42 42 $(VBOX_GCC_fvisibility-inlines-hidden) $(VBOX_GCC_fvisibility-hidden) \ 43 $(VBOX_GCC_fdiagnostics-show-option) 43 $(VBOX_GCC_fdiagnostics-show-option) $(VBOX_GCC_Wno-delete-non-virtual-dtor) 44 44 TEMPLATE_XPCOM_CXXFLAGS.x86 = -m32 45 45 TEMPLATE_XPCOM_CXXFLAGS.amd64 = -m64 -
trunk/src/libs/xpcom18a4/xpcom/base/nsISupportsBase.h
r62264 r62266 81 81 public: 82 82 83 virtual ~nsISupports() {}84 83 /** 85 84 * @name Methods -
trunk/src/libs/xpcom18a4/xpcom/ds/nsDeque.h
r62264 r62266 68 68 class nsDequeFunctor{ 69 69 public: 70 virtual ~nsDequeFunctor() {}71 70 virtual void* operator()(void* anObject)=0; 72 71 }; -
trunk/src/libs/xpcom18a4/xpcom/tests/TestAutoPtr.cpp
r62264 r62266 82 82 class TestRefObjectBaseB { 83 83 public: 84 virtual ~TestRefObjectBaseB() {}85 84 int fooB; 86 85 virtual nsrefcnt AddRef() = 0;
Note:
See TracChangeset
for help on using the changeset viewer.