Open Steffo99 opened 4 years ago
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.
switch
if
else
Hope I didn't break anything else by doing that!
My Windows build seems to be working so far...
Oh yes it work, and builded! Thanks!!
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 aif
and anelse
.Hope I didn't break anything else by doing that!
My Windows build seems to be working so far...