mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 13:01:21 -03:00
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:
committed by
ridiculousfish
parent
586ac3dfa7
commit
69d0bb7c0d
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user