You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 28, 2022. It is now read-only.
mod/chestShop/main.cpp:146:18: required from here
/usr/include/c++/8/bits/hashtable.h:195:21: error: static assertion failed: hash function must be invocable with an argument of key type
static_assert(__is_invocable<const _H1&, const _Key&>{},
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mod/chestShop/main.cpp: In function 'void load()':
mod/chestShop/main.cpp:87:10: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
write(fd, empty_json, strlen(empty_json));
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Makefile:184: recipe for target 'obj/mod_chestShop_main_release.o' failed
make: *** [obj/mod_chestShop_main_release.o] Error 1