Pacify --enable-gcc-warnings
commitb10bd71987cdeb753c106145d6270a359505359c
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 22 Dec 2016 17:25:58 +0000 (22 09:25 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 22 Dec 2016 17:26:43 +0000 (22 09:26 -0800)
tree56f724cd13b7e75613534dc7a013ad3fdcc562c1
parent5fcc777ff36c3102ddddd2fb932cb8d0b7cc2741
Pacify --enable-gcc-warnings

* src/charset.c (load_charset_map):
* src/coding.c (decode_coding_object):
* src/frame.c (make_frame):
* src/window.c (Frecenter):
Mark locals with UNINIT to silence false alarms from
-Wmaybe-uninitialized.
* src/lisp.h (SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD)
(SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD):
Check and assume that values are nonnull.  This pacifies
-Wmaybe-uninitialized in Fmake_variable_buffer_local and
Fmake_local_variable.
src/charset.c
src/coding.c
src/frame.c
src/lisp.h
src/window.c