diff options
author | Shane Iler <sriler@gmail.com> | 2014-06-30 16:22:10 -0700 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-07-11 18:11:20 -0400 |
commit | d61829dd0694e442ae6794dbc415ea27f5585b75 (patch) | |
tree | 47f68d9b00c2401af20b9397f0fe0647cc59ec0a /src/nvim/CMakeLists.txt | |
parent | fa1d9301f7f1c2b4ea426125e513d3724394df49 (diff) | |
download | rneovim-d61829dd0694e442ae6794dbc415ea27f5585b75.tar.gz rneovim-d61829dd0694e442ae6794dbc415ea27f5585b75.tar.bz2 rneovim-d61829dd0694e442ae6794dbc415ea27f5585b75.zip |
Enable and fix misc2.c -Wconversion warnings #907
Diffstat (limited to 'src/nvim/CMakeLists.txt')
-rw-r--r-- | src/nvim/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt index 0aa9415292..6b0538c52d 100644 --- a/src/nvim/CMakeLists.txt +++ b/src/nvim/CMakeLists.txt @@ -44,7 +44,7 @@ set(CONV_SRCS log.c map.c memory.c - map.c + misc2.c os/env.c os/event.c os/job.c |