SHA256
1
0
forked from pool/fish
fish/no-return-in-nonvoid-function.patch

13 lines
289 B
Diff
Raw Normal View History

Index: fish-2.1.1/fallback.cpp
===================================================================
--- fish-2.1.1.orig/fallback.cpp
+++ fish-2.1.1/fallback.cpp
@@ -61,6 +61,7 @@ int tputs(const char *str, int affcnt, i
{
fish_putc(*str++);
}
+ return 0;
}
#endif