mirror of
https://github.com/anope/anope.git
synced 2026-06-26 17:16:39 +02:00
A few GCC 3.4.x and MSVC++ warning fixes.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1839 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -38,7 +38,9 @@ static int moduleCopyFile(const char *name, const char *output)
|
||||
{
|
||||
int ch;
|
||||
FILE *source, *target;
|
||||
#ifndef _WIN32
|
||||
int srcfp;
|
||||
#endif
|
||||
char input[4096];
|
||||
int len;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user