mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Quiet a few MSC compiler warnings.
This commit is contained in:
@ -65,6 +65,7 @@ ecpg_type_name(enum ECPGttype typ)
|
||||
default:
|
||||
abort();
|
||||
}
|
||||
return ""; /* keep MSC compiler happy */
|
||||
}
|
||||
|
||||
int
|
||||
|
Reference in New Issue
Block a user