compiler warning

This commit is contained in:
David Rose 2007-07-23 17:53:57 +00:00
parent 9ffb5b84ae
commit 5b19635da9
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ store(const Key &key, const Value &data) {
// Shouldn't get here unless _num_entries == _table_size, which
// shouldn't be possible due to consider_expand_table().
nassertr(false, _table[0]._data);
return _table[0]._data; // To satisfy compiler
}
////////////////////////////////////////////////////////////////////