- Silence warnings. Using (unnecessary) virtual destructors here rather than final because that's what the 99 other classes already do.
svn path=/trunk/; revision=59535
if(GCC_VERSION VERSION_LESS 4.7)
add_compile_flags("-Wno-error=uninitialized")
elseif(GCC_VERSION VERSION_EQUAL 4.7 OR GCC_VERSION VERSION_GREATER 4.7)
- add_compile_flags("-Wno-error=unused-but-set-variable -Wno-maybe-uninitialized -Wno-error=delete-non-virtual-dtor -Wno-error=narrowing")
+ add_compile_flags("-Wno-error=unused-but-set-variable -Wno-maybe-uninitialized -Wno-error=narrowing")
endif()
if(ARCH STREQUAL "amd64")
}
CMiniportDMusUART(IUnknown * Unknown){}
- ~CMiniportDMusUART();
+ virtual ~CMiniportDMusUART();
/*************************************************************************
* IMiniport methods
return m_Ref;
}
- ~CMiniportDMusUARTStream();
+ virtual ~CMiniportDMusUARTStream();
STDMETHODIMP_(NTSTATUS) Init
(