mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-24 06:36:08 +00:00
Fix -Wunused-function warnings
This commit is contained in:
@@ -31,15 +31,6 @@
|
||||
|
||||
#include "jpeg-compressor/jpge.h"
|
||||
|
||||
static bool operator <(const VkExtensionProperties &a, const VkExtensionProperties &b)
|
||||
{
|
||||
int cmp = strcmp(a.extensionName, b.extensionName);
|
||||
if(cmp == 0)
|
||||
return a.specVersion < b.specVersion;
|
||||
|
||||
return cmp < 0;
|
||||
}
|
||||
|
||||
const char *VkChunkNames[] =
|
||||
{
|
||||
"WrappedVulkan::Initialisation",
|
||||
|
||||
Reference in New Issue
Block a user