Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/paths.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Collobert <ronan@collobert.com>2012-03-01 20:33:10 +0400
committerRonan Collobert <ronan@collobert.com>2012-03-01 20:33:10 +0400
commitab38e638e3b0a65ce8c46b37f00f8abcc502f663 (patch)
tree27b8477ed7526ea98f18ce7ea57d19316a88d43f
parentae34f3be400dc83d23476f8b50ccfa45043cd304 (diff)
corrected a lot of warnings, mostly due to unused variables
-rw-r--r--paths.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/paths.c b/paths.c
index 8421892..e17e668 100644
--- a/paths.c
+++ b/paths.c
@@ -499,8 +499,6 @@ concat_fname(lua_State *L, const char *fname)
}
#else
-
- const char *s;
SB sb;
sbinit(&sb);