We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gcc has this complaint about the KHASH_MAP_INIT_INT64 macro:
../external/khash.h:170:53: warning: conversion from ‘long unsigned int’ to ‘khint32_t’ {aka ‘unsigned int’} may change value [-Wconversion] 170 | #define __ac_set_isboth_false(flag, i) (flag[i>>4]&=~(3ul<<((i&0xfU)<<1))) | ^ ../external/khash.h:343:25: note: in expansion of macro ‘__ac_set_isboth_false’ 343 | __ac_set_isboth_false(h->flags, x); \ | ^~~~~~~~~~~~~~~~~~~~~ ../external/khash.h:363:9: note: in expansion of macro ‘__KHASH_IMPL’ 363 | __KHASH_IMPL(name, SCOPE, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | ^~~~~~~~~~~~ ../external/khash.h:366:9: note: in expansion of macro ‘KHASH_INIT2’ 366 | KHASH_INIT2(name, static kh_inline klib_unused, khkey_t, khval_t, kh_is_map, __hash_func, __hash_equal) | ^~~~~~~~~~~ ../external/khash.h:609:9: note: in expansion of macro ‘KHASH_INIT’ 609 | KHASH_INIT(name, khint64_t, khval_t, 1, kh_int64_hash_func, kh_int64_hash_equal) | ^~~~~~~~~~ in expansion of macro ‘KHASH_MAP_INIT_INT64’ 956 | KHASH_MAP_INIT_INT64(kmap, khint32_t) | ^~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
gcc has this complaint about the KHASH_MAP_INIT_INT64 macro:
The text was updated successfully, but these errors were encountered: