about summary refs log tree commit diff
path: root/src/base
diff options
context:
space:
mode:
authorSworddragon <sworddragon2@aol.com>2011-04-02 22:49:16 +0200
committeroy <Tom_Adams@web.de>2011-04-03 22:35:11 +0200
commit0efa2634f71dd49a0f4dd4e57a684830bba016b7 (patch)
tree9e13b76415efe57543d449e3ccc42cab88695e82 /src/base
parentc5681b3884962e3cba9cebbcb1984947814d4ecb (diff)
downloadzcatch-0efa2634f71dd49a0f4dd4e57a684830bba016b7.tar.gz
zcatch-0efa2634f71dd49a0f4dd4e57a684830bba016b7.zip
Fixed some compiler warnings
Diffstat (limited to 'src/base')
-rw-r--r--src/base/system.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/base/system.c b/src/base/system.c
index e694f80e..0c208b9b 100644
--- a/src/base/system.c
+++ b/src/base/system.c
@@ -1226,7 +1226,6 @@ int fs_listdir(const char *dir, FS_LISTDIR_CALLBACK cb, int type, void *user)
 int fs_storage_path(const char *appname, char *path, int max)
 {
 #if defined(CONF_FAMILY_WINDOWS)
-	HRESULT r;
 	char *home = getenv("APPDATA");
 	if(!home)
 		return -1;