cpukit/pppd/auth.c:78:19: warning: 'rcsid' defined but not used [-Wunused-const-variable] In so many files rcsid is not used but defined as static. It is useless I think. Should I send the patches for it ?