From 0998861e0f13b6c6a43fd19ae8e4cf62eff58fbc Mon Sep 17 00:00:00 2001 From: Juyeon Yoon Date: Fri, 6 Apr 2018 01:17:33 +0900 Subject: [PATCH] Remove line break of CMakeLists.txt (#4691) Fix #4650 --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16a70b8d4..4d0ad4701 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -126,8 +126,7 @@ elseif(CMAKE_COMPILER_IS_GNUCXX) "${CMAKE_CXX_FLAGS} -faligned-new") endif() set(CMAKE_CXX_FLAGS - "${CMAKE_CXX_FLAGS} -Wunused-result -Werror=unused-result \ - -Wunused-parameter -Werror=unused-parameter") + "${CMAKE_CXX_FLAGS} -Wunused-result -Werror=unused-result -Wunused-parameter -Werror=unused-parameter") endif() # Certain platforms such as ARM do not use signed chars by default