diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2019-03-29 13:14:00 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2019-03-29 13:14:00 +0100 |
commit | a29536f0b3bc946a3ce34cc6bbeb29cf4056ef3a (patch) | |
tree | 86734d21bcfe8cc7c3595147cb6f488c03915988 /utils/cec-compliance/cec-compliance.h | |
parent | 455477b6ad21693fd8a3a77fd9f5e7ddd209d870 (diff) |
Revert "cec-compliance: suppress some warnings for vivid"
Instead of changing the adapter test itself (and thus hiding
the very real vivid bug), we drop the -A option in test-media
instead.
This reverts commit 336df387b517572f06d37bbc79a9337804291530.
Diffstat (limited to 'utils/cec-compliance/cec-compliance.h')
-rw-r--r-- | utils/cec-compliance/cec-compliance.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/cec-compliance/cec-compliance.h b/utils/cec-compliance/cec-compliance.h index a0ff0bea..0a890311 100644 --- a/utils/cec-compliance/cec-compliance.h +++ b/utils/cec-compliance/cec-compliance.h @@ -168,7 +168,6 @@ struct node { struct remote remote[16]; __u16 phys_addr; bool in_standby; - bool is_vivid_driver; }; struct remote_subtest { |