From: Mark Wooding Date: Wed, 19 Jun 2013 02:09:46 +0000 (+0100) Subject: Muffle GCC warnings in various ways. X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/aa02ed367404c659ab7205ef9662ef92032d7786?ds=sidebyside;hp=aa02ed367404c659ab7205ef9662ef92032d7786 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. ---