I think gawk does right thing here and I'd like to see the same in
NetBSD.
Gawk is sometimes a noisy pain in the butt. :-)
It is long standing tradition in Unix tools and languages to ignore
the backslash on non-special characters, right from C on up.
Please, do not repeat this $%^& "nawk is the only true awk...and
bla-bla-bla". "Long standing trandition" is bad argument here. Today
is year 2008 and there is POSIX.
(I'm not big fun of GNU awk but this doesn't matter)
I personally don't think AWK should make any noisy warnings like
this.
If you don't like noise, fix your programs. It's easy ;)
The fact that mawk does the wrong thing is disturbing, though I'm not
sure that justifies making a noisy warning.
The real problem is not in mawk. The problem is that NetBSD code does
not conform to POSIX and is not as portable as it is claimed.