mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1292 Fixed CppCheck Issues in ProjectDataModel : Added assert
Access the variable to silence CppCheck
This commit is contained in:
parent
811f63219c
commit
cff588f166
@ -101,6 +101,7 @@ class PdmObjectCapability;
|
||||
\
|
||||
static bool chekingThePresenceOfHeaderAndSourceInitMacros = \
|
||||
Error_You_forgot_to_add_the_macro_CAF_PDM_XML_HEADER_INIT_and_or_CAF_PDM_XML_SOURCE_INIT_to_your_cpp_file_for_this_class(); \
|
||||
assert(chekingThePresenceOfHeaderAndSourceInitMacros); \
|
||||
this->isInheritedFromPdmUiObject(); \
|
||||
this->isInheritedFromPdmXmlSerializable(); \
|
||||
\
|
||||
@ -119,6 +120,7 @@ class PdmObjectCapability;
|
||||
\
|
||||
static bool chekingThePresenceOfHeaderAndSourceInitMacros = \
|
||||
Error_You_forgot_to_add_the_macro_CAF_PDM_XML_HEADER_INIT_and_or_CAF_PDM_XML_SOURCE_INIT_to_your_cpp_file_for_this_class(); \
|
||||
assert(chekingThePresenceOfHeaderAndSourceInitMacros); \
|
||||
this->isInheritedFromPdmUiObject(); \
|
||||
this->isInheritedFromPdmXmlSerializable(); \
|
||||
\
|
||||
|
Loading…
Reference in New Issue
Block a user