Skip to content

Commit 9457410

Browse files
committed
comment out unreferenced local variable to suppress compilation warning
1 parent 5f15a71 commit 9457410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codemp/rd-vulkan/vk_pipelines.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1699,7 +1699,7 @@ static void vk_create_blur_pipeline( char *name, int program_index, uint32_t ind
16991699
VkSpecializationInfo frag_spec_info;
17001700
VkRenderPass renderpass;
17011701
VkPipeline *pipeline;
1702-
uint32_t i;
1702+
//uint32_t i;
17031703

17041704
switch( program_index ){
17051705
case 1:

0 commit comments

Comments
 (0)