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
# include/c++/16.2.0/bits/stl_algobase.h:424:32: error: 'void* __builtin_memmove(void*, const void*, long long unsigned int)' reading between 2 and 9223372036854775807 bytes from a region of size 0 [-Werror=stringop-overread]
13
+
# Which seems like a problem in GCC, so disable the error for now.
14
+
this_cxxflags += -Wno-error=stringop-overread
15
+
11
16
ifeq ($(os),macosx)
12
17
# WORKAROUND:
13
18
# clang-tidy on macos doesn't use /usr/local/include as default place to
0 commit comments