On Mon, Aug 12, 2013 at 05:55:28PM +0000, David Holland wrote: > On Mon, Aug 12, 2013 at 02:03:18PM +0000, Joerg Sonnenberger wrote: > > Modified Files: > > src/usr.bin/audiocfg: main.c > > src/usr.bin/checknr: checknr.c > > src/usr.bin/rpcgen: rpc_main.c rpc_util.h > > > > Log Message: > > Add more __dead. > > I don't suppose there's a way to get gcc to enforce this?
Last time I tried, GCC had way too many false positives. Joerg