summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2009-10-23 11:54:48 +0200
committerPatrick Ohly <patrick.ohly@intel.com>2009-10-23 11:54:48 +0200
commit90967e56069ed13d836f233b81992741474a6b2e (patch)
treeb757e1a473f24d86dbec688df94a6ff3763215be
parentb853cb234cfaf0861e4e7034083e4421466fade8 (diff)
another unhandled enum
-rwxr-xr-xsrc/DB_interfaces/api_db/pluginapids.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/DB_interfaces/api_db/pluginapids.cpp b/src/DB_interfaces/api_db/pluginapids.cpp
index fb70a73..0a384db 100755
--- a/src/DB_interfaces/api_db/pluginapids.cpp
+++ b/src/DB_interfaces/api_db/pluginapids.cpp
@@ -2270,6 +2270,11 @@ localstatus TPluginApiDS::apiLoadAdminData(
fPendingAddMaps[mapEntry.localid]=mapEntry.remoteid;
break;
#endif
+ case mapentry_invalid:
+ case mapentry_normal:
+ case numMapEntryTypes:
+ // nothing to do or should not occur
+ break;
}
// next is not first entry any more
firstEntry=false;