mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Avoid unused variable warning
This commit is contained in:
parent
4d75e1e4a6
commit
c4a1bd1e22
1
external/untwine/api/QgisUntwine_unix.cpp
vendored
1
external/untwine/api/QgisUntwine_unix.cpp
vendored
@ -15,6 +15,7 @@ bool QgisUntwine::start(Options& options)
|
||||
{
|
||||
int fd[2];
|
||||
int ret = ::pipe(fd);
|
||||
(void)ret;
|
||||
|
||||
m_pid = ::fork();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user