Removes warning for one path not returning a value.

* Default returns empty string even though this path is never reached.
This commit is contained in:
davyw 2011-12-11 00:18:01 +01:00
parent 07ed8f6968
commit f688f2a0c9

View file

@ -612,6 +612,7 @@ GetTypeDescriptorName( Type t ) {
printf( "Error in %s, line %d: type %d not handled by switch statement.", __FILE__, __LINE__, TYPEget_body( t )->type );
abort();
}
return "";
}
int