]> git.eshelyaron.com Git - emacs.git/commit
Pacify GCC with -Wunused-but-set-variable
authorKen Brown <kbrown@cornell.edu>
Thu, 16 Aug 2018 13:05:56 +0000 (09:05 -0400)
committerKen Brown <kbrown@cornell.edu>
Thu, 16 Aug 2018 13:06:46 +0000 (09:06 -0400)
commit5f39f203eeadc7fad8aecd5269a487abad2fad6f
tree206908fd9bcde9e086582db869bb66030f996569
parentdecd9839819277c34c13f1771ef73626208cbdd9
Pacify GCC with -Wunused-but-set-variable

* src/unexcw.c (read_exe_header):
(fixup_executable):
(unexec): Specify the "unused" attribute for variables that
are used only in assertions.
src/unexcw.c