Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Avoid unused variable warning
  • Loading branch information
nyalldawson committed Feb 10, 2021
1 parent 4d75e1e commit c4a1bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions external/untwine/api/QgisUntwine_unix.cpp
Expand Up @@ -15,6 +15,7 @@ bool QgisUntwine::start(Options& options)
{
int fd[2];
int ret = ::pipe(fd);
(void)ret;

m_pid = ::fork();

Expand Down

0 comments on commit c4a1bd1

Please sign in to comment.