CVSROOT: /cvs Module name: src Changes by: marty...@cvs.openbsd.org 2011/05/31 16:00:07
Modified files: usr.bin/xlint/lint1: cgram.y err.c Log message: Warn on empty non-compound selection statements, such as "if (foo);". - "empty body of the if statement", - "empty body of the else statement". millert@ thought it's useful.