; make [ 0%] Built target sha256 [ 1%] Built target catch2 [ 1%] mo update [ 25%] Built target translations [ 25%] Built target GenerateVersion [ 27%] Built target IRRGUIOBJ [ 28%] Built target IRRMESHOBJ [ 30%] Built target IRROBJ [ 34%] Built target IRRVIDEOOBJ [ 36%] Built target IRRIOOBJ [ 37%] Built target IRROTHEROBJ [ 37%] Built target IrrlichtMt [ 37%] Linking CXX executable ../bin/minetest $HOME/share/src/games/minetest/src/gui/guiTable.cpp: In member function ‘setTable’: $HOME/share/src/games/minetest/src/gui/guiTable.cpp:240:38: warning: argument 1 value ‘4294967295’ exceeds maximum object size 2147483647 [-Walloc-size-larger-than=] 240 | TempRow *rows = new TempRow[rowcount]; | ^ /usr/include/c++/10/new:128:26: note: in a call to allocation function ‘operator new []’ declared here 128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^