Don’t use -Woverride-init
commit24faf6b0d2fe990e9334dd2e3238f749fec87897
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Jul 2017 00:14:50 +0000 (5 17:14 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Jul 2017 01:59:30 +0000 (5 18:59 -0700)
tree75c08c685af53e266490eac86408c066f79cf94d
parent94b2e1fc00f90b4072b4a998caf2054c540b7ac4
Don’t use -Woverride-init

I have some further changes in mind that would also need to
disable the -Woverride-init warnings.  In practice these warnings
seem to be more trouble than they’re worth, so disable them in the
cc command line.
* configure.ac: Disable -Woverride-init here ...
* src/bytecode.c: ... rather than here.
configure.ac
src/bytecode.c