From a4f2280e75e389e06c00e720c80601ab6b69b85e Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 2 Oct 2018 19:03:53 +0200 Subject: Remove inline warnings --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ea124b..c34eaa6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project(InputXSLT) set( CMAKE_CXX_FLAGS - "${CMAKE_CXX_FLAGS} -std=c++14 -W -Wall -Wextra -Winline -pedantic" + "${CMAKE_CXX_FLAGS} -std=c++14 -W -Wall -Wextra -pedantic" ) include_directories( -- cgit v1.2.3