Skip to content
Commit 73c07c4a authored by David Faure's avatar David Faure
Browse files

Fix linking and misparse of screenpooltest

screenpooltest.cpp:73:38: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse]
   73 |     ScreenPoolTester screenPoolTester();
      |                                      ^~
screenpooltest.cpp:73:38: note: remove parentheses to default-initialize a variable
   73 |     ScreenPoolTester screenPoolTester();
      |                                      ^~
      |                                      --
screenpooltest.cpp:73:38: note: or replace parentheses with braces to value-initialize a variable

(cherry picked from commit 2785774fc089d56986497b950035f82001e434f0)
parent 6ea7c1b1
Pipeline #183538 passed with stage
in 6 minutes and 31 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment