More warning suppression
authorNelson Ferreira <nelson.ferreira@ieee.org>
Thu, 5 Jan 2012 03:49:38 +0000 (22:49 -0500)
committerNelson Ferreira <nelson.ferreira@ieee.org>
Thu, 5 Jan 2012 03:49:38 +0000 (22:49 -0500)
commit4c6794a5c5bcd7bf9a8f4b6c6c97098cf2c88f15
tree1024b2c35733fe0eb7cbbdedb9473245adac555c
parent2e1a362f74fcaf5506fe4dbd81dacb8c16ede53e
More warning suppression

* lib-src/etags.c (etags_strrchr): restore the register qualifier

* lib-src/gnuclient.c (main): remove unneeded shadowed variable definition

* lib-src/gnuclient.c (tell_emacs_to_resume): use size_to compare to sizeof
* lib-src/gnuclient.c (filename_expand): ditto.
* lib-src/gnuclient.c (main): ditto.
* lib-src/gnuserv.c (unix_init): ditto.
* lib-src/ootags.c (main): ditto.
* lib-src/profile.c (get_time): ditto.

Signed-off-by: Nelson Ferreira <nelson.ferreira@ieee.org>
lib-src/etags.c
lib-src/gnuclient.c
lib-src/gnuserv.c
lib-src/ootags.c
lib-src/profile.c