mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-12-05 01:10:17 +00:00
unposted: silence compiler warning on new code
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
2025-11-17 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* unposted: Src/prompt.c: silence compiler warning on new code
|
||||
|
||||
* Christopher Bock: 54085: Completion/Unix/Command/_tput:
|
||||
complete tput -v option on Linux
|
||||
|
||||
|
||||
@@ -1764,7 +1764,7 @@ tunsetattrs(zattr newattrs)
|
||||
txtpendingattrs &= ~TXT_ATTR_BG_MASK;
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
map256toRGB(zattr *atr, int shift, zattr set24)
|
||||
{
|
||||
unsigned colour, red, green, blue;
|
||||
@@ -1932,7 +1932,7 @@ match_named_colour(const char **teststrp)
|
||||
|
||||
/**/
|
||||
static int
|
||||
truecolor_terminal()
|
||||
truecolor_terminal(void)
|
||||
{
|
||||
char **f, **flist = getaparam(".term.extensions");
|
||||
int result;
|
||||
|
||||
Reference in New Issue
Block a user