diff options
| author | Pali Rohár <[email protected]> | 2022-07-27 17:24:23 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-08-10 13:46:55 -0400 |
| commit | 3ff4675d732291002d947f8837504376bfa8a43c (patch) | |
| tree | a94bdb482b29912bf18b838bcefa038fc78e17b3 /include/linux/linux_string.h | |
| parent | 1bacff9ef665a40d3151147b1798fa1f86700a8f (diff) | |
lz4: Fix compile warning comparison of distinct pointer types
In file included from include/linux/bitops.h:22,
from include/log.h:15,
from include/linux/printk.h:4,
from include/common.h:20,
from lib/lz4_wrapper.c:6:
lib/lz4_wrapper.c: In function ‘ulz4fn’:
include/linux/kernel.h:184:17: warning: comparison of distinct pointer types lacks a cast
(void) (&_min1 == &_min2); \
^~
lib/lz4_wrapper.c:104:18: note: in expansion of macro ‘min’
size_t size = min((ptrdiff_t)block_size, end - out);
^~~
Signed-off-by: Pali Rohár <[email protected]>
Diffstat (limited to 'include/linux/linux_string.h')
0 files changed, 0 insertions, 0 deletions
