We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1ad31 commit af13be9Copy full SHA for af13be9
backends/vulkan/runtime/utils/MacroUtils.h
@@ -8,7 +8,7 @@
8
9
#pragma once
10
11
-// Suppress an unused variable. Copied from C10_UNUSED
+// Suppress an unused variable. Copied from [[maybe_unused]]
12
#if defined(_MSC_VER) && !defined(__clang__)
13
#define VK_UNUSED __pragma(warning(suppress : 4100 4101))
14
#else
0 commit comments