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:
parent
07ed8f6968
commit
f688f2a0c9
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue