Skip to content
Snippets Groups Projects
Commit fbd9bf7c authored by Johannes Kauffmann's avatar Johannes Kauffmann Committed by Jean-Baptiste Kempf
Browse files

test: concatenate string literals outside array

src/video_output/video_output.c:302:44: warning: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Wstring-concatenation]
        "--no-auto-preparse", "--dec-dev=" MODULE_STRING,
                                           ^
                                          ,
modules/stream_out/transcode.c:370:44: warning: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Wstring-concatenation]
        "--no-auto-preparse", "--dec-dev=" MODULE_STRING,
                                           ^
                                          ,
parent c76ffccb
No related branches found
No related tags found
Loading
Pipeline #256125 passed with stage
in 16 minutes and 25 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment