Mercurial > vim
view src/proto/arabic.pro @ 14191:ec39f281e3e8 v8.1.0113
patch 8.1.0113: compiler warning for unused variable
commit https://github.com/vim/vim/commit/829adb74605604ff0bec33862cde850efb294711
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jun 24 19:24:03 2018 +0200
patch 8.1.0113: compiler warning for unused variable
Problem: Compiler warning for unused variable. (Yegappan Lakshmanan)
Solution: Add UNUSED. (Christian Brabandt)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 24 Jun 2018 19:30:05 +0200 |
parents | 9b048dced116 |
children | 473fbdb2717c |
line wrap: on
line source
/* arabic.c */ int arabic_shape(int c, int *ccp, int *c1p, int prev_c, int prev_c1, int next_c); /* vim: set ft=c : */