OpenSteamController icon indicating copy to clipboard operation
OpenSteamController copied to clipboard

Fix compilation errors

Open Steffo99 opened this issue 4 years ago • 1 comments

When I tried to build SCJingleConverter I had two compilation errors due to two functions that weren't always returning a value in all paths.

So... I fixed them by replacing the switch pattern with a if and an else.

Hope I didn't break anything else by doing that!

My Windows build seems to be working so far...

Steffo99 avatar Mar 05 '20 17:03 Steffo99

Oh yes it work, and builded! Thanks!!

MeblIkea avatar Dec 01 '22 18:12 MeblIkea