diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-25 11:01:57 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-25 14:19:59 +0100 |
commit | 4fcfeddccef9bb315796d6c3ded99f894fd55907 (patch) | |
tree | f1f8819ceefd993d43e5c0e8e4431aebf4ff322a /cv | |
parent | 72b826d6d90c1f8dc159edb94c76620c7cb48a2b (diff) |
cv: fix clang warning
Diffstat (limited to 'cv')
-rw-r--r-- | cv/video-property-page.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cv/video-property-page.cpp b/cv/video-property-page.cpp index e5f1a9f0..b542a9c4 100644 --- a/cv/video-property-page.cpp +++ b/cv/video-property-page.cpp @@ -153,7 +153,7 @@ done: # include <QProcess> # include "compat/camera-names.hpp" -bool video_property_page::should_show_dialog(const QString& camera_name) +bool video_property_page::should_show_dialog(const QString&) { return true; } |