aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/CMakeLists.txt
diff options
context:
space:
mode:
authorShane Iler <sriler@gmail.com>2014-06-30 16:22:10 -0700
committerJustin M. Keyes <justinkz@gmail.com>2014-07-11 18:11:20 -0400
commitd61829dd0694e442ae6794dbc415ea27f5585b75 (patch)
tree47f68d9b00c2401af20b9397f0fe0647cc59ec0a /src/nvim/CMakeLists.txt
parentfa1d9301f7f1c2b4ea426125e513d3724394df49 (diff)
downloadrneovim-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.txt2
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