index 06e73aa012f42e056580d00989ba50f48b34af82..1848d42f764d04c27c0d4eb3143473aa2cd6b911 100644 (file)
@@ -2908,6 +2908,7 @@ icu_language_tag(const char *loc_str, int elevel)
ereport(ERROR,
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
errmsg("ICU is not supported in this build")));
+ return NULL; /* keep compiler quiet */
#endif /* not USE_ICU */
}