We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f8287 commit 92b19f0Copy full SHA for 92b19f0
src/utils/video_pattern_generator.cpp
@@ -377,7 +377,7 @@ class image_pattern_blank : public image_pattern {
377
color_printf("Testcard " TBOLD("blank") " usage:\n");
378
color_printf("\t" TRED(TBOLD(
379
"-t testcard:patt=" BLANK_USAGE)) "\n\n");
380
- get_color_by_name("help");
+ (void) get_color_by_name("help");
381
color_printf(
382
"Defaults to 0xFF000000.\n");
383
throw 1;
0 commit comments