Skip to content

Commit

Permalink
VSCode please l2save.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubyNova committed Sep 18, 2023
1 parent 3a2cacc commit f5703ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ namespace NovelRT::Graphics::Vulkan::Utilities

[[nodiscard]] inline uint32_t GetVmaAllocationKind(GraphicsResourceAccess resourceAccessType) noexcept

Check failure on line 87 in graphics/include/NovelRT/Graphics/Vulkan/Utilities/BufferUsageKind.hpp

View workflow job for this annotation

GitHub Actions / Ubuntu - Clang 10 - Debug

unused parameter 'resourceAccessType' [-Werror,-Wunused-parameter]

Check failure on line 87 in graphics/include/NovelRT/Graphics/Vulkan/Utilities/BufferUsageKind.hpp

View workflow job for this annotation

GitHub Actions / Ubuntu - Clang 10 - Release

unused parameter 'resourceAccessType' [-Werror,-Wunused-parameter]

Check failure on line 87 in graphics/include/NovelRT/Graphics/Vulkan/Utilities/BufferUsageKind.hpp

View workflow job for this annotation

GitHub Actions / Windows - Visual Studio 2022 - Release

the following warning is treated as an error [D:\a\NovelRT\NovelRT\build\graphics\NovelRT-Graphics.vcxproj]

Check warning on line 87 in graphics/include/NovelRT/Graphics/Vulkan/Utilities/BufferUsageKind.hpp

View workflow job for this annotation

GitHub Actions / Windows - Visual Studio 2022 - Release

'resourceAccessType': unreferenced formal parameter [D:\a\NovelRT\NovelRT\build\graphics\NovelRT-Graphics.vcxproj]

Check failure on line 87 in graphics/include/NovelRT/Graphics/Vulkan/Utilities/BufferUsageKind.hpp

View workflow job for this annotation

GitHub Actions / Windows - Visual Studio 2019 - Debug

the following warning is treated as an error [D:\a\NovelRT\NovelRT\build\graphics\NovelRT-Graphics.vcxproj]

Check warning on line 87 in graphics/include/NovelRT/Graphics/Vulkan/Utilities/BufferUsageKind.hpp

View workflow job for this annotation

GitHub Actions / Windows - Visual Studio 2019 - Debug

'resourceAccessType': unreferenced formal parameter [D:\a\NovelRT\NovelRT\build\graphics\NovelRT-Graphics.vcxproj]

Check failure on line 87 in graphics/include/NovelRT/Graphics/Vulkan/Utilities/BufferUsageKind.hpp

View workflow job for this annotation

GitHub Actions / Windows - Visual Studio 2019 - Release

the following warning is treated as an error [D:\a\NovelRT\NovelRT\build\graphics\NovelRT-Graphics.vcxproj]

Check warning on line 87 in graphics/include/NovelRT/Graphics/Vulkan/Utilities/BufferUsageKind.hpp

View workflow job for this annotation

GitHub Actions / Windows - Visual Studio 2019 - Release

'resourceAccessType': unreferenced formal parameter [D:\a\NovelRT\NovelRT\build\graphics\NovelRT-Graphics.vcxproj]

Check failure on line 87 in graphics/include/NovelRT/Graphics/Vulkan/Utilities/BufferUsageKind.hpp

View workflow job for this annotation

GitHub Actions / Windows - Visual Studio 2022 - Debug

the following warning is treated as an error [D:\a\NovelRT\NovelRT\build\graphics\NovelRT-Graphics.vcxproj]

Check warning on line 87 in graphics/include/NovelRT/Graphics/Vulkan/Utilities/BufferUsageKind.hpp

View workflow job for this annotation

GitHub Actions / Windows - Visual Studio 2022 - Debug

'resourceAccessType': unreferenced formal parameter [D:\a\NovelRT\NovelRT\build\graphics\NovelRT-Graphics.vcxproj]
{

}

Check failure on line 90 in graphics/include/NovelRT/Graphics/Vulkan/Utilities/BufferUsageKind.hpp

View workflow job for this annotation

GitHub Actions / Ubuntu - Clang 10 - Debug

non-void function does not return a value [-Werror,-Wreturn-type]

Check failure on line 90 in graphics/include/NovelRT/Graphics/Vulkan/Utilities/BufferUsageKind.hpp

View workflow job for this annotation

GitHub Actions / Ubuntu - Clang 10 - Release

non-void function does not return a value [-Werror,-Wreturn-type]

Check warning on line 90 in graphics/include/NovelRT/Graphics/Vulkan/Utilities/BufferUsageKind.hpp

View workflow job for this annotation

GitHub Actions / macOS 11 - Apple-Clang 13 - Debug

non-void function does not return a value [-Wreturn-type]

Check warning on line 90 in graphics/include/NovelRT/Graphics/Vulkan/Utilities/BufferUsageKind.hpp

View workflow job for this annotation

GitHub Actions / macOS 11 - Apple-Clang 13 - Release

non-void function does not return a value [-Wreturn-type]
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// for more information.

#include <NovelRT/Graphics/GraphicsMemoryAllocator.hpp>
#include <vk_mem_alloc.h>

namespace NovelRT::Graphics::Vulkan
{
Expand Down

0 comments on commit f5703ce

Please sign in to comment.