Skip to content

Commit

Permalink
warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdavidgraham committed May 31, 2017
1 parent 8367543 commit 8a72030
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/in-report.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ cndb_add(unsigned ip, const unsigned char *name, size_t name_length)

/***************************************************************************
***************************************************************************/
#if 0
static void
cndb_add_cn(unsigned ip, const unsigned char *data, size_t length)
{
Expand Down Expand Up @@ -106,9 +107,11 @@ cndb_add_cn(unsigned ip, const unsigned char *data, size_t length)
/* now insert into database */
cndb_add(ip, data+name_offset, name_length);
}
#endif

/***************************************************************************
***************************************************************************/
#if 0
static unsigned
found(const char *str, size_t str_len, const unsigned char *p, size_t length)
{
Expand All @@ -123,6 +126,7 @@ found(const char *str, size_t str_len, const unsigned char *p, size_t length)
}
return 0;
}
#endif

enum {
XUnknown,
Expand Down

0 comments on commit 8a72030

Please sign in to comment.