Arithmetic overflow warning when trying to allocate memory using new

后端 未结 0 673
失恋的感觉
失恋的感觉 2021-01-04 02:42

This is my minimal reproducible example.

struct Cell
{
};

void initializeCells(unsigned int width, unsigned int height, unsigned int size, Cell* outcell)
{
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题