Fix last warning from --enable-gcc-warnings.

* src/getargs.c (getargs): Don't assign const address to non-const
pointer.
(cherry picked from commit a8beef7e6a)
This commit is contained in:
Joel E. Denny
2008-11-17 10:36:28 -05:00
parent 6f5be1abf7
commit 10fa0146e2
2 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
2008-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
Fix last warning from --enable-gcc-warnings.
* src/getargs.c (getargs): Don't assign const address to non-const
pointer.
2008-11-17 Di-an Jan <dianj@freeshell.org>
Handle --enable-gcc-warnings.