Skip to content

Commit a69a464

Browse files
committed
[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in VulkanRuntime.cpp (NFC)
1 parent 0ae0b16 commit a69a464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/ExecutionEngine/VulkanRuntime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include <iomanip>
2121
#include <iostream>
2222

23-
inline void emitVulkanError(const char *api, VkResult error) {
23+
static inline void emitVulkanError(const char *api, VkResult error) {
2424
std::cerr << " failed with error code " << error << " when executing " << api;
2525
}
2626

0 commit comments

Comments
 (0)