The C standard doesn't allow comparisons like "f1 < f2" (where f1 and f2 are function pointers), but we allow them as an extension. Add a warning flag to control this warning.
(Not sure I like the name, but this seems to describe the warning reasonably well. Suggestions welcome.)