mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
Build on Fedora Core 33 produces the following warnings: include/common/asm/bitops.h: Assembler messages: include/common/asm/bitops.h:37: Warning: no instruction mnemonic suffix given and no register operands; using default for `bt' include/common/asm/bitops.h: Assembler messages: include/common/asm/bitops.h:63: Warning: no instruction mnemonic suffix given and no register operands; using default for `bts' Update test_bit() and test_and_set_bit() implementation with recent version from the Linux kernel to fix the warning. Fixes #1217 Reported-by: Adrian Reber <areber@redhat.com> Signed-off-by: Mike Rapoport <rppt@linux.ibm.com> |
||
|---|---|---|
| .. | ||
| arch | ||
| asm-generic | ||
| bitops.h | ||
| bitsperlong.h | ||
| bug.h | ||
| compiler.h | ||
| err.h | ||
| list.h | ||
| lock.h | ||
| page.h | ||
| scm-code.c | ||
| scm.h | ||
| xmalloc.h | ||