diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2017-09-16 16:07:12 +0200 |
---|---|---|
committer | Hans Verkuil <hans.verkuil@cisco.com> | 2017-09-16 16:07:12 +0200 |
commit | 8d89a6ad9940f520ae4e816c3973551e52557d71 (patch) | |
tree | 5328c3de432b57f0a54191d9c81c85c5b4979523 /utils/cec-compliance/cec-test-power.cpp | |
parent | 7cf84ef0d4ea82039be977fc9304bbbb677b7ffd (diff) |
v4l-utils: fix two compiler warnings
dvb-dev-remote.c: In function 'receive_data':
dvb-dev-remote.c:637:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
size = be32toh(*(int32_t *)buf);
^~~~
dvbv5-daemon.c: In function 'start_server':
dvbv5-daemon.c:1363:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
size = be32toh(*(int32_t *)buf);
^~~~
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Diffstat (limited to 'utils/cec-compliance/cec-test-power.cpp')
0 files changed, 0 insertions, 0 deletions