diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2017-09-23 19:20:25 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-09-23 19:20:25 +0200 | 
| commit | 40c45a336489103b1da50e07479dd2808ae304d6 (patch) | |
| tree | ec04f4011fcf308c25d07bc25fedc7f2375e4ecf | |
| parent | 53117c5ac79ec399415c5132dd65d4ed0fd7bce3 (diff) | |
tracker/tobii: remove warning for now
| -rw-r--r-- | tracker-tobii-eyex/tobii-eyex.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tracker-tobii-eyex/tobii-eyex.cpp b/tracker-tobii-eyex/tobii-eyex.cpp index d748cc2b..c0547c08 100644 --- a/tracker-tobii-eyex/tobii-eyex.cpp +++ b/tracker-tobii-eyex/tobii-eyex.cpp @@ -236,7 +236,7 @@ void tobii_eyex_tracker::start_tracker(QFrame*)          dbg_verbose("api initialized");  } -tobii_eyex_tracker::num tobii_eyex_tracker::gain(num x_) +tobii_eyex_tracker::num tobii_eyex_tracker::gain(num /*x_*/)  {      return 1;  } | 
