Skip to content

Commit

Permalink
Merge PR #2811: Fix MinGW compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebeatrici committed Feb 4, 2017
2 parents 43109d1 + aee1469 commit b817d3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mumble/Overlay_win.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ static const char *processErrorString(QProcess::ProcessError processError) {
return "an error occurred when attempting to write to the process";
case QProcess::ReadError:
return "an error occurred when attempting to read from the process";
case QProcess::UnknownError:
return "an unknown error occurred";
}

return "unknown";
Expand Down

0 comments on commit b817d3f

Please sign in to comment.