diff options
| author | 2007-10-23 20:09:58 +0000 | |
|---|---|---|
| committer | 2007-10-23 20:09:58 +0000 | |
| commit | 4be79b163029aae7f322bd9699bb8855a96e0547 (patch) | |
| tree | 28511617491d9e64076f216f4fd3a09b4c374a07 /src/helperfuncs.cpp | |
| parent | pedantic safe (diff) | |
| download | inspircd++-4be79b163029aae7f322bd9699bb8855a96e0547.tar.gz inspircd++-4be79b163029aae7f322bd9699bb8855a96e0547.tar.bz2 inspircd++-4be79b163029aae7f322bd9699bb8855a96e0547.zip | |
Pedantic safe
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8317 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/helperfuncs.cpp')
| -rw-r--r-- | src/helperfuncs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp index 15629cd1f..a1d40cc5f 100644 --- a/src/helperfuncs.cpp +++ b/src/helperfuncs.cpp @@ -507,7 +507,7 @@ bool IsIdentHandler::Call(const char* n) } /* open the proper logfile */ -bool InspIRCd::OpenLog(char** argv, int argc) +bool InspIRCd::OpenLog(char**, int) { Config->MyDir = Config->GetFullProgDir(); |
