当我尝试从第三方SDK编译一些代码时,我收到以下错误.
*Description Resource Path Location Type deleting object of polymorphic class type ‘Vendor_sys::VendorCode’ which has non-virtual destructor might cause undefined behavIoUr [-Werror=delete-non-virtual-dtor] PnServer.cpp /PCounter line 467 C/C++ Problem*
我不知道它是否可以满足这种条件,只有部分了解供应商的SDK,其中大部分重物在dll或库对象中完成.
我的构建环境是使用gpp的Eclipse Juno.
我在Google中搜索了错误消息,没有发现任何此错误的实例.
所以,如果我不能修改供应商代码的黑盒子部分,我的选择是什么?
这是在make过程中失败的代码:
delete pData->unit;