Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates-src > by-pkgid > 9d774c2acd48acc06918c7cdb78ae202 > files > 1

neovim-0.3.7-1.mga7.src.rpm

Index: neovim-0.3.2/Makefile
===================================================================
--- neovim-0.3.2/Makefile
+++ neovim-0.3.2/Makefile	2018-12-31 08:49:42.436448042 +0100
@@ -42,7 +42,7 @@
 BUILD_CMD = $(BUILD_TOOL) $(VERBOSE_FLAG)
 
 # Extra CMake flags which extend the default set
-CMAKE_EXTRA_FLAGS ?=
+CMAKE_EXTRA_FLAGS ?= -Wno-misleading-indentation
 DEPS_CMAKE_FLAGS ?=
 # Back-compat: USE_BUNDLED_DEPS was the old name.
 USE_BUNDLED ?= $(USE_BUNDLED_DEPS)