Название: как избавиться от warning-а? Отправлено: disassembler от Июнь 15, 2011, 14:10 как избавится от этого:
..\common/testparamtree.h: In destructor 'virtual TMapParameters::~TMapParameters()': ..\common/testparamtree.h:38: warning: possible problem detected in invocation of delete operator: ..\common/testparamtree.h:34: warning: 'ptr' has incomplete type ..\common/testparamtree.h:26: warning: forward declaration of 'struct TestParamTree' ..\common/testparamtree.h:38: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. вот код на который ругается Код: #ifndef TESTPARAMTREE_H Название: Re: как избавиться от warning-а? Отправлено: Пантер от Июнь 15, 2011, 14:12 Или переноси реализацию в цпп, или заинклудь TestParamTree.
Название: Re: как избавиться от warning-а? Отправлено: disassembler от Июнь 20, 2011, 11:13 заинклудить не помогло, цпп ток помог избавиться от предупреждения.
Спасиб! |