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:
@@ -48,7 +48,7 @@
|
||||
#endif /* HAVE_CONFIG_H */
|
||||
|
||||
#ifndef lint
|
||||
static const char rcsid[] =
|
||||
static const char rcsid[] __attribute__((unused)) =
|
||||
"@(#) $Header$";
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user