Skip to content

Commit

Permalink
Fix bug that building with gcc9.4 will fail
Browse files Browse the repository at this point in the history
  • Loading branch information
PGZXB committed Apr 20, 2022
1 parent b0a66c7 commit 0a80df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taichi/llvm/llvm_offline_cache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ get_offline_cache_key_of_compile_config(CompileConfig *config) {
return serializer.data;
}

static TI_FORCE_INLINE void get_offline_cache_key_of_snode_impl(
static void get_offline_cache_key_of_snode_impl(
SNode *snode,
BinaryOutputSerializer &serializer) {
for (auto &c : snode->ch) {
Expand Down

0 comments on commit 0a80df9

Please sign in to comment.