From d61829dd0694e442ae6794dbc415ea27f5585b75 Mon Sep 17 00:00:00 2001 From: Shane Iler Date: Mon, 30 Jun 2014 16:22:10 -0700 Subject: Enable and fix misc2.c -Wconversion warnings #907 --- src/nvim/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/CMakeLists.txt') 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 -- cgit