Fix warnings about use of possibly uninitialized variables.

This commit is contained in:
Steve Checkoway
2005-05-21 07:35:15 +00:00
parent e374f7722f
commit 2b82c2d901
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ public:
}
//! to be implemented by derived classes, users should use one of the above functions instead
virtual bool GetVoidValue(const char *name, const std::type_info &valueType, void *pValue) const {sm_crash();};
virtual bool GetVoidValue(const char *name, const std::type_info &valueType, void *pValue) const { sm_crash(); }
};
//! namespace containing value name definitions