error C2220: warning treated as error - no 'object' file generated

前端 未结 5 828
死守一世寂寞
死守一世寂寞 2020-12-15 03:05

I have below class

class Cdata12Mnt
{
public:
    char IOBname[ID1_IOB_PIOTSUP-ID1_IOB_TOP][BOADNAM_MAX + 4];
    char ExIOBname[ID1_MAX_INF-ID1_EXIOB_U1TOP]         


        
5条回答
  •  孤街浪徒
    2020-12-15 03:45

    Go to project properties -> configurations properties -> C/C++ -> treats warning as error -> No (/WX-).

提交回复
热议问题