[utils] Fix CppCheck warning in mono-threads-posix.c (#5161)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Sat, 1 Jul 2017 19:06:24 +0000 (21:06 +0200)
committerGitHub <noreply@github.com>
Sat, 1 Jul 2017 19:06:24 +0000 (21:06 +0200)
commit5ad055154ba296593c1ff81c665d39127e3bfcd7
tree2cd5705774242cd76e02928c8144ee9b34b2de31
parent2247603bd8e3c05e9308ef1f2d32cb142dd0e89a
[utils] Fix CppCheck warning in mono-threads-posix.c (#5161)

After the refactoring in 9aaa0083d0def5b940372dbd9375336b036249fd
CppCheck complained about using 'result' uninitialized (looks like
it can't deduce that g_error will abort the process anyway).
mono/utils/mono-threads-posix.c