We really should compile with warnings enabled.
{
struct symbol *sym;
struct f_val v1, v2, res;
- int i,j,k;
+ int i;
res.type = T_VOID;
if (!what)
bgp_incoming_connection(sock *sk, int dummy)
{
struct proto_config *pc;
- node *n;
int match = 0;
DBG("BGP: Incoming connection from %I port %d\n", sk->daddr, sk->dport);
rip_process_packet( struct proto *p, struct rip_packet *packet, int num, ip_addr whotoldme, int port )
{
int i;
- int native_class = 0, authenticated = 0;
+ int authenticated = 0;
neighbor *neighbor;
switch( packet->heading.version ) {
rip_dump(struct proto *p)
{
int i;
- node *w, *e;
+ node *w;
struct rip_interface *rif;
i = 0;