1
0
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:
cyberbotx
2008-12-17 20:17:52 +00:00
parent c4a8cc7e2f
commit ad7b5bdd30
14 changed files with 136 additions and 161 deletions
+2
View File
@@ -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;