mirror of
https://github.com/torvalds/linux.git
synced 2025-11-03 18:20:25 +02:00
Add a type cast for set8->pairs to fix below compile warning:
main.c: In function 'sets_patch':
main.c:699:50: warning: comparison of distinct pointer types lacks a cast
699 | BUILD_BUG_ON(set8->pairs != &set8->pairs[0].id);
| ^~
Fixes:
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Build | ||
| main.c | ||
| Makefile | ||