1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 12:41:29 +00:00

Silence a GCC warning

This commit is contained in:
nnposter
2019-02-19 00:24:51 +00:00
parent e006a18fa5
commit 3da2e6a6a6

View File

@@ -48,7 +48,7 @@
#endif /* HAVE_CONFIG_H */
#ifndef lint
static const char rcsid[] =
static const char rcsid[] __attribute__((unused)) =
"@(#) $Header$";
#endif