Hide sccsid
under #if 0, per example in style(9)
This fixes a -Wunused warning with gcc 6.3.0/7.0.0. MFC after: 1 week
This commit is contained in:
parent
66620db565
commit
d52715ee3c
@ -59,9 +59,11 @@
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#if 0
|
||||
#ifndef lint
|
||||
static const char sccsid[] = "@(#)termcap.c 8.1 (Berkeley) 6/4/93";
|
||||
#endif /* not lint */
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
Loading…
Reference in New Issue
Block a user