We're getting a warning during 'make' in the file 'locale.c'. Here's what I'm getting on Linux with g++ and gcc, respectively. $ grep -n 'warning:' gpp-make.txt gcc-make-txt gpp-make.txt:38:locale.c:205:1: warning: ‘const char* S_category_name(int)’ defined but not used [-Wunused-function] gcc-make-txt:38:locale.c:205:1: warning: ‘S_category_name’ defined but not used [-Wunused-function] It's also showing up on FreeBSD where the compiler is clang. See: http://perl5.test-smoke.org/report/61654 Can this be remedied? Thank you very much. Jim KeenanThread Next