comparison src/evalvars.c @ 20530:e6908750a122 v8.2.0819

patch 8.2.0819: compiler warning for unused variable Commit: https://github.com/vim/vim/commit/f40e51a880a95f94dbbbecc9476559506c2cc345 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 24 23:14:23 2020 +0200 patch 8.2.0819: compiler warning for unused variable Problem: Compiler warning for unused variable. Solution: Remove the variable.
author Bram Moolenaar <Bram@vim.org>
date Sun, 24 May 2020 23:15:05 +0200
parents 489cb75c76b6
children 8fa783f2c69c
comparison
equal deleted inserted replaced
20529:f95760595193 20530:e6908750a122
775 } 775 }
776 } 776 }
777 else 777 else
778 { 778 {
779 int eval_flags; 779 int eval_flags;
780 int save_called_emsg = called_emsg;
781 780
782 rettv.v_type = VAR_UNKNOWN; 781 rettv.v_type = VAR_UNKNOWN;
783 i = FAIL; 782 i = FAIL;
784 if (has_assign || concat) 783 if (has_assign || concat)
785 { 784 {