Hi Eric, > While it may be possible to modify gnulib's warn-on-use.h to > avoid triggering this false positive in a comment
Even better: Avoid the false positive. Jim has a sed expression for eliminating comments from C source code in cfg.mk [1]. You could use that as a filter, to avoid the false positive. Bruno [1] http://lists.gnu.org/archive/html/bug-gnulib/2010-03/msg00257.html
