Resolve warning/error on discarded return value in ArrayProxyNoTemporaries test.

This commit is contained in:
asuessenbach 2022-07-19 10:33:51 +02:00
parent 6e29bf69cf
commit e27089ff23

View File

@ -84,9 +84,6 @@ int main( int /*argc*/, char ** /*argv*/ )
{
try
{
// to prevent a warning on unreferenced function vk::getDispatchLoaderStatic, use just one arbitrary vk-function
vk::enumerateInstanceVersion();
// nullptr_t
fct( nullptr );
fctc( nullptr );