Skip to content

Commit 92b19f0

Browse files
committed
suppress CID 896356
1 parent 09f8287 commit 92b19f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/video_pattern_generator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ class image_pattern_blank : public image_pattern {
377377
color_printf("Testcard " TBOLD("blank") " usage:\n");
378378
color_printf("\t" TRED(TBOLD(
379379
"-t testcard:patt=" BLANK_USAGE)) "\n\n");
380-
get_color_by_name("help");
380+
(void) get_color_by_name("help");
381381
color_printf(
382382
"Defaults to 0xFF000000.\n");
383383
throw 1;

0 commit comments

Comments
 (0)