diff options
author | Carl Worth <cworth@cworth.org> | 2003-11-19 16:12:15 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2003-11-19 16:12:15 +0000 |
commit | 9f3bc6c0738ce4ec41f3ed5089defba1095ea5a5 (patch) | |
tree | 3b30b7ce9ad6bd52cf1957c0aed2b5b168ea8bd4 /ChangeLog | |
parent | Remove local changes to Makefile (diff) | |
download | xcman-9f3bc6c0738ce4ec41f3ed5089defba1095ea5a5.tar.gz xcman-9f3bc6c0738ce4ec41f3ed5089defba1095ea5a5.tar.bz2 xcman-9f3bc6c0738ce4ec41f3ed5089defba1095ea5a5.tar.xz |
Eliminate several compiler warnings: missing includes, static functions,
unused variables. Remove confusing informational messages with the word
"error" in them.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-11-19 Carl Worth <cworth@isi.edu> + + * xcompmgr.c: Eliminate several compiler warnings: missing + includes, static functions, unused variables. Remove confusing + informational messages with the word "error" in them. + 2003-11-14 Keith Packard <keithp@keithp.com> * xcompmgr.c: (main): |