diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-06-28 22:49:36 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-06-28 22:49:36 +0000 |
commit | 21ea069c9078edd386e96e038e1a71e041e32cf5 (patch) | |
tree | 1cefb834155d508c5470905c624adced4ef5ee3f | |
parent | 8274b8e4b121c3dc3bfd5d0fa4f85bc23f5c09a0 (diff) |
Changelog for last commit:
Remove prototype for XauGetAuthByName to clear lint warning: name declared
but never used or defined
Fix sparse warnings:
-warning: Using plain integer as NULL pointer
-warning: non-ANSI definition of function
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2006-06-28 Alan Coopersmith <alan.coopersmith@sun.com> + + * include/X11/Xauth.h: + Remove prototype for XauGetAuthByName to clear lint warning: + name declared but never used or defined + + * AuDispose.c: + * AuFileName.c: + * AuGetAddr.c: + * AuGetBest.c: + * AuRead.c: + * AuWrite.c: + Fix sparse warnings: + -warning: Using plain integer as NULL pointer + -warning: non-ANSI definition of function + 2006-06-09 Alan Coopersmith <alan.coopersmith@sun.com> * Makefile.am: |