Created
October 16, 2015 14:58
-
-
Save orklann/8e192923d00004d079e9 to your computer and use it in GitHub Desktop.
Ubuntu Qemu error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/aaron/tmp/qemu/migration/rdma.c: In function ‘rdma_add_block’: | |
/home/aaron/tmp/qemu/migration/rdma.c:580:45: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] | |
g_hash_table_insert(rdma->blockmap, (void *) block_offset, block); | |
^ | |
cc1: all warnings being treated as errors | |
make: *** [migration/rdma.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment