about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-06-27 03:33:30 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-06-27 03:35:30 +0000
commit6f479b76851b17527c9c8b12acf8553e95a590cf (patch)
treee3fc5e21cb8bc15e2296e0ad115940e8da13e9d3 /ChangeLog
parent0cffb0a6b3602a00cebe2bbb7537d76727892959 (diff)
downloadzsh-6f479b76851b17527c9c8b12acf8553e95a590cf.tar.gz
zsh-6f479b76851b17527c9c8b12acf8553e95a590cf.tar.xz
zsh-6f479b76851b17527c9c8b12acf8553e95a590cf.zip
unposted (after 46068): Fix a compiler warning.
The warning was:
.
    warning: passing 'const char *' to parameter of type 'void *'
    discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d3a50cd5..03fb6f9d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2020-06-27  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* unposted (after 46068): Src/Zle/zle_utils.c: Fix a compiler
+	warning.
+
 	* 46072 + 46136: Doc/Zsh/contrib.yo, Doc/Zsh/zle.yo,
 	Functions/Misc/add-zle-hook-widget, Src/Zle/zle_thingy.c,
 	Test/X04zlehighlight.ztst: Add the 'zle $widget -f nolast'