diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-06-28 22:53:36 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-06-28 22:53:36 +0000 |
commit | 385d7fa4f151425539d613c9665b5e862f3ef614 (patch) | |
tree | 39c7e788d6ce22e6f092e5b6a052a999a48bc37f /ChangeLog | |
parent | 21ea069c9078edd386e96e038e1a71e041e32cf5 (diff) |
Add "--with-lint" configure flag and "make lint" Makefile target to check
source code with lint, sparse or similar tools.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2006-06-28 Alan Coopersmith <alan.coopersmith@sun.com> + * configure.ac: + * Makefile.am: + Add "--with-lint" configure flag and "make lint" Makefile target + to check source code with lint, sparse or similar tools. + +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 |