mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 20:51:30 +00:00
Silence a GCC warning
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
#endif /* HAVE_CONFIG_H */
|
#endif /* HAVE_CONFIG_H */
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static const char rcsid[] =
|
static const char rcsid[] __attribute__((unused)) =
|
||||||
"@(#) $Header$";
|
"@(#) $Header$";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user