]> arthur.barton.de Git - ngircd-alex.git/commit
Mark some variables as "unused" to prevent compiler warnings
authorAlexander Barton <alex@barton.de>
Tue, 13 Jul 2010 14:50:00 +0000 (16:50 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 13 Jul 2010 14:50:00 +0000 (16:50 +0200)
commit41034950d9cb6bdfc14abe99bf080058189d8933
tree36e6df0172d70cf46085f4ac60d672ae542647c7
parent6faf44bc6daf1b8d2e01c08ab15d234aa23ced59
Mark some variables as "unused" to prevent compiler warnings

Some variables are only used when compiling with IDENT or PAM support
or when the debug code is enabled. Mark them as "unused" so that gcc
doesn't generate warnings when neither of these options is enabled.
src/ngircd/client.c
src/ngircd/log.c