summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/src/gpu_allocator.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/src/gpu_allocator.rs b/resources/src/gpu_allocator.rs
index 16dc944..c2f1c20 100644
--- a/resources/src/gpu_allocator.rs
+++ b/resources/src/gpu_allocator.rs
@@ -12,6 +12,7 @@ use gpu_buffer;
 use msg_socket::MsgOnSocket;
 use sys_util;
 
+#[allow(dead_code)]
 #[derive(Debug)]
 pub enum GpuAllocatorError {
     OpenGpuBufferDevice,