diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-12-03 15:50:07 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-12-03 15:50:07 -0500 |
commit | dd6d1e79df7d48e93ba22551b8858d77d041c197 (patch) | |
tree | 08cd205eae4d148d855a088efb1cdf1f7a3822d6 /src/Quest.cpp | |
parent | 3c8140152bcf72eb1d64b580bb9c1e139bcbe191 (diff) |
enabled werror, wall and wextra (\!)
Diffstat (limited to 'src/Quest.cpp')
-rw-r--r-- | src/Quest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Quest.cpp b/src/Quest.cpp index 4e8522d..0905a87 100644 --- a/src/Quest.cpp +++ b/src/Quest.cpp @@ -67,7 +67,6 @@ int QuestHandler::drop(const char *t){ int QuestHandler::finish(const char *t,void *completer){
unsigned char i;
- unsigned int r;
for(i=0;i<current.size();i++){
if(!strcmp(current[i]->title,t)){
#ifdef DEBUG
|