Skip to content

Commit

Permalink
Update src/layout/hibf_statistics.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler authored Oct 29, 2024
1 parent 28075e0 commit e0f2169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/hibf_statistics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ void hibf_statistics::collect_bins()
#if CHOPPER_WORKAROUND_GCC_BOGUS_MEMMOV || CHOPPER_WORKAROUND_GCC_BOGUS_MEMCPY
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Warray-bounds"
# pragma GCC diagnostic ignored "-Wstringop-overflow"
# pragma GCC diagnostic ignored "-Wstringop-overflow="
#endif // CHOPPER_WORKAROUND_GCC_BOGUS_MEMMOV || CHOPPER_WORKAROUND_GCC_BOGUS_MEMCPY
ibf.bins.emplace_back(hibf_statistics::bin_kind::merged, 1, std::vector<size_t>{user_bin_info.idx});
#if CHOPPER_WORKAROUND_GCC_BOGUS_MEMMOV || CHOPPER_WORKAROUND_GCC_BOGUS_MEMCPY
Expand Down

0 comments on commit e0f2169

Please sign in to comment.