aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/CMakeLists.txt
diff options
context:
space:
mode:
authorCharles Joachim <cacplate@gmail.com>2016-02-28 00:50:12 -0500
committerCharles Joachim <cacplate@gmail.com>2016-03-10 14:24:37 -0500
commit662eea8287346dba3791d73c0280ddb302223a4d (patch)
tree021a2d09e205758f0821953308a11933a9b84f39 /src/nvim/CMakeLists.txt
parentbb020df0f52c3eec6cb84ce1a786fa3a90904815 (diff)
downloadrneovim-662eea8287346dba3791d73c0280ddb302223a4d.tar.gz
rneovim-662eea8287346dba3791d73c0280ddb302223a4d.tar.bz2
rneovim-662eea8287346dba3791d73c0280ddb302223a4d.zip
quickfix.c: enable -Wconversion
Diffstat (limited to 'src/nvim/CMakeLists.txt')
-rw-r--r--src/nvim/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt
index ef9e11fbef..c54e338fca 100644
--- a/src/nvim/CMakeLists.txt
+++ b/src/nvim/CMakeLists.txt
@@ -87,7 +87,6 @@ set(CONV_SOURCES
misc1.c
ops.c
path.c
- quickfix.c
regexp.c
screen.c
search.c