fix warning: throw will always call terminate

This commit is contained in:
Portisch 2019-08-14 12:45:01 +02:00
parent d190e6f294
commit f03d72be79

View File

@ -142,7 +142,7 @@ public:
// fprintf(stderr, "ion phys_addr=%lu\n", physicalAddress);
}
virtual ~IonBuffer()
virtual ~IonBuffer() noexcept(false)
{
ion_handle_data ionHandleData = { 0 };
ionHandleData.handle = handle;