]> arthur.barton.de Git - ngircd-alex.git/commit
Fix Validate_Args(): unused parameter "Idx" and "Req"
authorAlexander Barton <alex@barton.de>
Sun, 27 Jul 2008 18:35:01 +0000 (20:35 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 27 Jul 2008 18:35:01 +0000 (20:35 +0200)
commite5cf73b9ee97bedce655dc1b404022772189717b
tree95dee274ce41d13c4785dbde4b22e579bd0f6cb1
parent5df56111c492a0509c7b31d22021975778431bf3
Fix Validate_Args(): unused parameter "Idx" and "Req"

This patch fixes the following error message of GCC (tested with version
4.3.0) when not compiling ngIRCd in "strict RFC" mode:

parse.c: In function "Validate_Args":
parse.c:341: error: unused parameter "Idx"
parse.c:341: error: unused parameter "Req"
src/ngircd/parse.c