Conrad Meyer b1631dfb46 cam(4): Fix some warnings
When bcopy is treated as memcpy/memmove, Clang produces warnings that the
size argument doesn't match the type of the source.  This is true, it
doesn't match; we're aliasing the source.

Explicitly cast the source pointer to the expected type to remove the
warning.

No functional change.

Sponsored by:	Dell EMC Isilon
2017-09-07 07:24:22 +00:00
..
2017-09-07 07:24:22 +00:00
2016-04-29 21:05:48 +00:00
2016-01-07 20:22:55 +00:00
2016-01-07 20:22:55 +00:00
2017-05-29 09:22:53 +00:00