diff options
| author | Al <gabriel.cortesi@outlook.com> | 2019-01-11 13:50:51 +0100 |
|---|---|---|
| committer | Al <gabriel.cortesi@outlook.com> | 2019-01-11 13:56:58 +0100 |
| commit | cc7c3adcad973949ac976c3dc71bb8cf2677056c (patch) | |
| tree | f12166e9194e59fbf25c43c83e62fcbd318a18da /src/selfupdater.cpp | |
| parent | 2d78ac26c85bd7432e3aa80b59adc71190f04929 (diff) | |
Fix or ignore a number of compiler warnings.
Diffstat (limited to 'src/selfupdater.cpp')
| -rw-r--r-- | src/selfupdater.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/selfupdater.cpp b/src/selfupdater.cpp index c913af6a..b5e7684c 100644 --- a/src/selfupdater.cpp +++ b/src/selfupdater.cpp @@ -338,9 +338,8 @@ void SelfUpdater::installUpdate() } else {
reportError(tr("Failed to start %1: %2")
.arg(m_UpdateFile.fileName())
- .arg((int)res));
+ .arg((INT_PTR)res));
}
-
m_UpdateFile.remove();
}
|
