mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Silence a GCC warning
This commit is contained in:
parent
e006a18fa5
commit
3da2e6a6a6
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
#endif /* HAVE_CONFIG_H */
|
||||
|
||||
#ifndef lint
|
||||
static const char rcsid[] =
|
||||
static const char rcsid[] __attribute__((unused)) =
|
||||
"@(#) $Header$";
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue