io.h: Add missing override

Found with clang's -Winconsistent-missing-destructor-override

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2019-11-19 22:17:30 -08:00
committed by ridiculousfish
parent 586ac3dfa7
commit 69d0bb7c0d
11 changed files with 12 additions and 14 deletions

View File

@@ -221,7 +221,6 @@ int futimes(int fd, const struct timeval *times) {
#if HAVE_GETTEXT
char *fish_gettext(const char *msgid) {
return gettext(msgid);
;
}
char *fish_bindtextdomain(const char *domainname, const char *dirname) {