Skip to content

Commit

Permalink
Quiet GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Nov 3, 2014
1 parent 4fcb304 commit f7d0757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/modcall.c
Original file line number Diff line number Diff line change
Expand Up @@ -1667,6 +1667,7 @@ int modcall_fixup_update(value_pair_map_t *map, UNUSED void *ctx)

default:
rad_assert(0);
return -1;
}

switch (map->rhs->type) {
Expand All @@ -1680,6 +1681,7 @@ int modcall_fixup_update(value_pair_map_t *map, UNUSED void *ctx)

default:
rad_assert(0);
return -1;
}


Expand Down

0 comments on commit f7d0757

Please sign in to comment.