mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Resolve warning/error on discarded return value in ArrayProxyNoTemporaries test.
This commit is contained in:
parent
6e29bf69cf
commit
e27089ff23
@ -84,9 +84,6 @@ int main( int /*argc*/, char ** /*argv*/ )
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
// to prevent a warning on unreferenced function vk::getDispatchLoaderStatic, use just one arbitrary vk-function
|
|
||||||
vk::enumerateInstanceVersion();
|
|
||||||
|
|
||||||
// nullptr_t
|
// nullptr_t
|
||||||
fct( nullptr );
|
fct( nullptr );
|
||||||
fctc( nullptr );
|
fctc( nullptr );
|
||||||
|
Loading…
Reference in New Issue
Block a user