Skip to content

Commit

Permalink
Fix new warnings emitted by clang
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Mar 13, 2014
1 parent 5d0b272 commit d6668c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/main/modcall.c
Expand Up @@ -94,12 +94,14 @@ typedef struct {
char *xlat_name;
} modxlat;

/*
static const FR_NAME_NUMBER grouptype_table[] = {
{ "", GROUPTYPE_SIMPLE },
{ "redundant ", GROUPTYPE_REDUNDANT },
{ "append ", GROUPTYPE_APPEND },
{ NULL, -1 }
};
*/

/* Simple conversions: modsingle and modgroup are subclasses of modcallable,
* so we often want to go back and forth between them. */
Expand Down
2 changes: 1 addition & 1 deletion src/modules/rlm_sqlhpwippool/rlm_sqlhpwippool.c
Expand Up @@ -49,7 +49,7 @@

#define MAX_QUERY_LEN 4096

static char const rcsid[] = "$Id$";
RCSID("$Id$");

typedef struct rlm_sqlhpwippool_t {
char const *myname; //!< Name of this instance
Expand Down

0 comments on commit d6668c5

Please sign in to comment.