Skip to content

Commit

Permalink
compilation warning suppressed
Browse files Browse the repository at this point in the history
  • Loading branch information
krzemin committed Nov 22, 2015
1 parent 6f725ef commit 9bedb21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qnapiconfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ void QNapiConfig::setQuietBatch(bool quietBatch)
{
#ifndef Q_OS_MAC
settings->setValue("qnapi/quiet_batch", quietBatch);
#else
Q_UNUSED(quietBatch)
#endif
}

Expand Down

0 comments on commit 9bedb21

Please sign in to comment.