Warning, /sdk/clazy/tests/signal-with-return-value/main.cpp.expected is written in an unsupported language. File is not indexed.

0001 signal-with-return-value/main.cpp:9:5: warning: intSig() should return void. For a clean design signals shouldn't assume a single slot are connected to them. [-Wclazy-signal-with-return-value]
0002 signal-with-return-value/main.cpp:10:5: warning: voidStarSig() should return void. For a clean design signals shouldn't assume a single slot are connected to them. [-Wclazy-signal-with-return-value]
0003 signal-with-return-value/main.cpp:16:5: warning: withArgs4() shouldn't receive parameters by ref. For a clean design signals shouldn't assume a single slot are connected to them. [-Wclazy-signal-with-return-value]