Muffle GCC warnings in various ways.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 19 Jun 2013 02:09:46 +0000 (03:09 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 28 Jun 2013 23:30:17 +0000 (00:30 +0100)
commitaa02ed367404c659ab7205ef9662ef92032d7786
tree995e8de73ea0d7f91ae49573887155761a86c3f9
parent35c0995dde0c37486681630acdd8d26659a4732e
Muffle GCC warnings in various ways.

Some don't require much in the way of contortion to muffle without using
GCC-specific tricks.  Others are hard or impossible to avoid -- because
they're to do with macro definitions, or even actually GCC bugs (e.g.,
the array-bounds warning in `square.c') -- without just muffling the
warnings explicitly, by name.
key/key-data.h
math/mpint.h
math/mpx.c
math/pgen-simul.c
symm/rc4.c
symm/seal.c
symm/square.c